.about-us.white-bg {
    background: #ffffff;
}

.about-us.blue-bg {
    background: #07a2dc;
}

.header-bg {
    background-image: url('../../img/about-us/about-us@2x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-us .img-width{
    width: 100%;
}

@media (min-width: 1400px) {
    .about-us .img-width{
        width: 75%;
    }
}
