section.about-us-page {
    margin: 50px 0 100px;
    line-height: 1.3;
}

section.about-us-page h1 {
    font-size: 60px;
    color: #000;
    text-align: left;
    font-weight: 200;
    margin-bottom: 50px;
}

section.about-us-page .about-wrapp {
    margin: 0 0 50px 0;
    text-align: left;
}

section.about-us-page .about-wrapp p {
    margin: 0 0 10px 0;
    line-height: 1.7;
}

section.about-us-page .img-box {
    text-align: center;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

section.about-us-page .img-box {
    text-align: center;
    margin-top: 50px;
}

section.about-us-page .img-box img {
    filter: grayscale(100%);
    max-width: 100%;
    width: 100%;
}
section.about-us-page .img-box img:hover {
    filter: grayscale(0);
}

section.about-us-page .about-img-box.right {
    padding: 0 70px;
    text-align: left;
    flex-basis: 80%;
}


@media screen and (max-width: 992px) {
    section.about-us-page {
        margin: 50px 0;
    }
    section.about-us-page .img-box {
        margin-top: 40px;
        flex-direction: column;
    }
    section.about-us-page .about-img-box.right {
        padding:0;
        text-align: left;
        flex-basis: 100%;
    }
    section.about-us-page {
        padding: 0 15px;
    }
    section.about-us-page h1 {
        font-size: 28px;
        margin: 0 auto 24px;
    }
}