.nocomments{
    display: none;
}
.ah-person{
    width: 19%;
    margin: 20px 3%;
}
.ah-person-image{
    width: 100%;
    padding: 5px;
    border: 3px solid #278921;
    border-radius: 50%;
    border-bottom-color: transparent;
}
.ah-person-image img{
    width: 100%;
    border-radius: 50%;
}
.ah-person-name {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    color: var(--main-color);
}
.ah-person-content{
    text-align: center;
}
.ah-person-position{
    color: #909090;
}
.ah-person-social{
    min-height: 20px;
}
.ah-persons-head{
    text-align: center;
    margin: 20px 0 40px;
}
.ah-persons-head div:first-child{
    color: var(--main-color);
    font-size: 22px;
    margin-bottom: 2px;
}
.ah-persons-head div:last-child{
    color: #727272;
}
.ah-our-mission{
    background: linear-gradient(0deg, #fbf6f1, transparent);
    background: #f6f6fe;
    margin: 70px 0 70px;
    position: relative;
}
.ah-separator{
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: -77px;
}
.ah-separator svg {
    width: calc(100% + 1.3px);
    height: 78px;
    transform: rotateX(180deg);
}
.ah-our-mission path{
    fill: #f6f6fb;
}
.ah-our-mission .ah-box{
    padding: 80px 5% 70px;
}
.ah-our-mission-box{
    position: relative;
}
.ah-our-mission-info{
    width: calc(100% - 350px);
}
.ah-our-mission-img{
    width: 350px;
}
.ah-our-mission-img img{
    width: 240px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 50px;
}
.ah-introduction{
    padding: 25px 5% 50px;
}
.ah-about-title{
    color: var(--main-color);
    font-size: 22px;
    margin-bottom: 15px;
}
.ah-about-desc{
    font-size: 15px;
    line-height: 1.85;
    color: #646464;
}
@media only screen and (max-width: 900px) {
    .ah-person{
        width: 27.3% !important;
    }
}
@media only screen and (max-width: 800px) {
    .ah-our-mission-img{
        display: none;
    }
    .ah-our-mission-info{
        width: 100%;
    }
}
@media only screen and (max-width: 700px) {
    .ah-person{
        width: 40% !important;
        margin: 20px 5%;
    }
}
@media only screen and (max-width: 570px) {
    .ah-separator svg{
        width: 150%;
    }
    .ah-our-mission .ah-box{
        padding: 40px 5% 50px;
    }
}