#about-content{
    display: flex;
    align-items: center;
    padding:8vw 8vw 2vw 8vw;
}

#about-content .about-img{
    width:60%;
    padding-right: 60px;
}

#about-content .about-img img{
    width:100%;
}

#about-content .about-text{
    width:40%;
}

#about-content .about-text h2{
    color: rgb(61, 52, 52);
    padding-bottom: 15px;
}

#about-content .about-text p{
    color: rgb(57, 53, 53);
    font-weight: 300;
}

#about-content .about-text .about-fe{
    display: flex;
    /* padding-left: 50px; */
    align-items: flex-start;
}

#about-content .about-text .about-fe .fe-text{
    padding-left: 30px;
    width:90%;
}

#about-content .about-text .about-fe .fe-text h5{
    font-size: 16px;
    color: #293033;

}

#about-content .about-text .about-fe img{
    width:50px;
    background-size: cover;
    background-position: center;
}


