.main-about {
    position: relative;
    box-sizing: border-box;
}
.main-about__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0868C2;
}
.main-about__text {
    position: relative;
    padding-top: 44px;
    padding-bottom: 50px;
    color: #fff;
}
.main-about__text h2,
.main-about__text .h2 {
    margin-bottom: 12px;
    color: #fff;
}
.main-about__text div {
    font-size: 14px;
    line-height: 20px;
}
.main-about__text .btn {
    margin-top: 16px;
}
.main-about__img {
    line-height: 0;
    position: relative;
    height: 376px;
    background: 80% 50% url('/images/about-us-img.webp') no-repeat transparent;
    background-size: cover;
}
@media (min-width: 550px) {
    .main-about__img {
        display: none;
    }
}
@media (min-width: 768px) {
    .main-about {
        padding: 70px 0;
    }
    .main-about__text {
        width: calc(50% - 30px);
    }
    .main-about__bg {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50vw;
    }
    .main-about__img {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50vw;
        height: auto;
    }
}
@media (min-width: 996px) {
    .main-about__text h2,
    .main-about__text .h2 {
        margin-bottom: 20px;
    }
    .main-about__text div {
        font-size: 16px;
        line-height: 24px;
    }
    .main-about__text .btn {
        margin-top: 28px;
    }
}
@media (min-width: 1260px) {
    .main-about {
        height: 708px;
        padding-top: 168px;
        padding-bottom: 0;
    }
    .main-about__text {
        width: calc(50% - 98px);
    }
    .main-about__bg {
        width: calc(50vw - 12px);
    }
    .main-about__img {
        top: 0;
        width: calc(50vw + 49px);
    }
}