#hero h1{
    font-weight: 500!important;
    font-size: 26px!important;
}

#founder{
    background: #FFFBF1;
    padding: 50px 0;
}

#founder .row{
    justify-content: center;
    align-items: center;
}

#founder h2{
    text-align: center;
    font-size: 26px;
    color: #7B5810;
    letter-spacing: 5.2px;
    font-weight: 500;
    margin-bottom: 50px;
}

#founder p{
    color: #2B2B2B;
    font-weight: 300;
    margin-bottom: 20px
}

#founder img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#founder .content1 p:last-of-type{
    margin: 0;
}

#founder p img{
    width: auto;
}

@media(max-width:1200px){
    #founder img{
        width: 393px;
        height: 409px;
        margin: 0 auto;
        display: block;
    }
}

@media(max-width:430px){
    #founder img{
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: block;
    }
}

#team{
    padding: 50px 0;
}

#team .row{
    justify-content: center;
}

#team h2{
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 5.2px;
    color: #7B5810;
    line-height: 32px;
    text-align: center;
}

#team .header p{
    font-size: 20px;
    font-weight: 300;
    line-height: 31px;
    color: #7B5810;
    text-align: center;
}

#team .header{
    margin-bottom: 50px;
}

#team .inner{
    display: flex;
    align-items: center;
}

#team .left{
    width: 188px;
    margin-right: 50px;
}

#team .name{
    text-align: center;
    margin-top: 15px;
    color: #564843;
    font-weight: 700;
    letter-spacing: 3.2px;
    line-height: 19px;
    margin-bottom: 5px;
}

#team .job{
    text-align: center;
    color: #7B5810;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.8px;
}

#team .right p{
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
}

@media(max-width:991px){
    #team .inner{
        flex-direction: column;
    }
    #team .left{
        margin-bottom: 30px;
        margin-right: 0;
    }
}