body{
    background-color: #f5f3ed;
    display: flex;
    flex-direction: column;
}

#section-sobre{
    padding-top: 40px;
    display: flex;
    justify-content: space-around;
    min-height: 750px;
}

#section-sobre-texto{
    margin-left: 160px;
    font-size: 36px;
}

#section-sobre-texto a{
    text-decoration: none;
    display: inline-block;
}

#section-sobre-title{
    font-family: "Cormorant Garamond";
    margin-bottom: 110px;
    position: relative;
    display: inline-block;    
}

#section-sobre-title::after {
    background-color: #FBC9A8;
    height: 30px;
    content: '';
    left: -15px;
    right: -15px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
}

.section-sobre-descricao{
    color: #1F0C00;
    font-family: "Poppins";
    font-size: 24px;
    max-width: 600px;
    padding-right: 50px;
}

#section-sobre-img{
    margin-top: 100px;
    margin-right: 15%;
}

#section-sobre-img img{
    height: 450px;
    width: 450px;
}

#section-sobre-button{
    margin-top: 65px;
    border: none;
    background-color: #8F542E;
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px; 
    color: white;
    padding: 16px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#section-sobre-button-icon{
    padding-left: 50px;
    font-size: 36px;
}

#transition{
    width: 100%;
    height: 200px;
}

#transition-mobile{
    display: none;
}

@media screen and (max-width: 800px) {
    
    body{
        background-color: white;
    }

    #section-sobre{
        height: 900px;
    }

    #section-sobre-title{
        font-family: "Cormorant Garamond";
        margin-bottom: 50px;
        font-size: 36px;
        position: relative;
        display: inline-block;
    }

    #section-sobre{
        padding-top: 40px;
        display: flex;
        justify-content: space-around;
        min-height: 750px;
    }
    
    #section-sobre-texto{
        margin-left: 35px;
        font-size: 36px;
    }

    #section-sobre-title::after {
        background-color: #FBC9A8;
        height: 20px;
        content: '';
        left: -15px;
        right: -15px;
        bottom: 0px;
        position: absolute;
        z-index: -1;
    }

    #section-sobre-img{
        display: none;
    }

    .section-sobre-descricao{
        color: #1F0C00;
        font-family: "Poppins";
        font-size: 20px;
        max-width: 600px;
        padding-right: 50px;
    }

    #section-sobre-button{
        margin-top: 65px;
        border: none;
        background-color: #8F542E;
        font-family: Poppins;
        font-weight: 500;
        font-size: 20px; 
        color: white;
        padding: 12px;
        padding-left: 24px;
        padding-right: 24px;
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        display: flex;
        margin-bottom: 50px;
    }

    #section-sobre-button-icon{
        padding-left: 20px;
        font-size: 20px;
    }

    #section-sobre-texto a{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #transition{
        display: none;
    }

    #transition-mobile{
        display: inline-block;
        position: absolute;
        top: 1250px;
        width: 100%;
        height: 150px;
        /* margin-top: 70px; */
    }

}
