
.about__us__page{
    min-height: calc(100vh - 430px);
}

.header__wrapper {
    text-align: center;
}

.header__wrapper .header__title {
    font-size: 30px;
    text-transform: uppercase;
}

.about__us__page .about__us__body {
    font-size: 16px;
}

.about__us__page .about__us__body .about__main__image {
    height: 200px;
    width: 100%;
}

.about__us__page .about__us__body .feature__image__wrapper {
    height: 300px;
}

@media screen and (max-width: 767px) {
    .about__us__page .about__us__body .feature__image__wrapper {
        margin-bottom: 20px;
    }
}

.about__us__page .about__us__body .feature__desc {
    color: #979797;
    font-size: 18px;
}

.about__us__page .about__us__body .section__infos {
    margin-top: 50px;
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .about__us__page .about__us__body .section__infos {
        margin-bottom: 50px;
    }
}
