aside{
 display: none;
    background-color: #e9f5eb;
}

.aside-section{
    padding: 4rem 0;
    max-width: 90%;
    margin: 0 auto;
}

.aside-section img{
    width: 90%;
    margin: 0 auto;
    display: block;
    border-radius: 1rem;
}

.aside-section-box{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.aside-section-box b{
    font-size: 2.2rem;
    padding-top: 2rem;
    font-weight: 400;
}

.aside-section-box a{
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 700;
}

.aside-section-box a i{
    margin: 0 !important;
}

.aside-section-box a button{
    font-size: 1rem;
    padding: 10px 15px;
    border: none;
    border-radius: 50px;
    background-color: #572c01;
    color: #fff;
}