#fall{
    padding: 100px 0;
}

#fall p:first-of-type{
    color: #D69755;
    font-size: 14px;
    letter-spacing: 4.12px;
    margin-bottom: 0;
}

#fall h2{
    font-size: 37px;
    line-height: 44px;
    margin-bottom: 20px;
}

#fall p{
    color: #0C0C0C;
}

#fall .content{
    padding-right: 50px;
}

#fall img{
    width: 100%;
    max-width: 536px;
}

#fall .row{
    align-items: center;
}

@media(max-width:1200px){
    #fall img{
        margin: 0 auto;
        display: block;
    }
}

@media(max-width:1200px){
    #fall .content{
        padding: 0;
    }
}

#about{
    background: #FFF5EB;
    padding: 50px 0;
}

#about .row{
    align-items: center;
}

#about h2{
    font-size: 37px;
}

#about h2 strong{
    color: #A66C2F;
    font-weight: 400;
}

#about p:first-of-type{
    color: #121212;
    font-size: 23px;
    font-family: "Playfair", serif;
}

#about p{
    color: #0C0C0C;
}

#about .click{
    margin-top: 30px;
}

#about img{
    width: 100%;
    max-width: 455px;
}

#about .content{
    padding: 0 100px 0 50px;
}

@media(max-width:1200px){
    #about .content{
        padding: 0;
    }
    #about img{
        margin: 0 auto;
        display: block;
    }
}

#assistant{
    padding: 100px 0;
}

#assistant .row{
    align-items: center;
}

#assistant h2{
    font-size: 37px;
}

#assistant h2 strong{
    font-weight: 400;
    color: #A66C2F;
}

#assistant p:first-of-type{
    font-size: 23px;
    font-family: "Playfair", serif;
}

#assistant p{
    color: #0C0C0C;
}

#assistant .content{
    padding-right: 0px;
}

#assistant img{
    margin-left: auto;
    display: block;
    width: 100%;
    max-width: 377px;
}

@media(max-width:1200px){
    #assistant img{
        margin: 0 auto;
    }
}

@media(max-width:576px){
    #fall{
        padding: 50px 0;
    }
    
    #assistant{
        padding: 50px 0;
    }
}