.section-banner {
    padding: 120px 0 120px;
}

.banner_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner_text-block {
    width: 55%;
    padding-right: 50px;
}

.section-banner .section_pretitle {
    font-size: 24px;
    line-height: 44px;
    color: var(--color-2);
    font-weight: 600;
    margin-bottom: 20px;
}

.section-banner .section_title {
    font-size: 62px;
    line-height: 81px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 25px;
}

.section-banner .section_text {
    font-size: 18px;
    line-height: 36px;
    color: #1c1c1c;
}

.section-banner .btn {
    margin-top: 40px;
}

.banner_img-block {
    width: 45%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.banner_img-block img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
}

.page-about .banner_img-block img {
    max-width: 467px;
    right: 30px;
}

.page-services .banner_img-block img {
    max-width: 617px;
    right: -40px;
}

.page-careers .banner_img-block img {
    width: auto;
    max-width: 714px;
    right: -155px;
}

@media (max-width: 1640px) {
    .page-careers .banner_img-block img {
        width: 100%;
        max-width: 690px;
        right: inherit;
    }
}

@media (min-width: 1300px) and (min-height: 680px) {
    .section-banner {
        padding: 200px 0 160px;
    }
}

@media (max-width: 1440px) {
    .section-banner .section_pretitle {
        font-size: 20px;
        line-height: 44px;
    }

    .section-banner .section_title {
        font-size: 50px;
        line-height: 72px;
    }

    .page-about .banner_img-block img,
    .page-services .banner_img-block img {
        right: inherit;
    }
}

@media (max-width: 1024px) {
    .section-banner {
        padding: 140px 0 80px;
    }

    .section-banner .section_pretitle {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .banner_wrap {
        flex-wrap: wrap;
    }

    .banner_text-block,
    .banner_img-block {
        width: 100%;
        padding-right: 0;
    }

    .banner_text-block,
    .section-banner .section_pretitle,
    .section-banner .section_title {
        text-align: center;
    }

    .section-banner .section_pretitle {
        font-size: 24px;
    }

    .section-banner .section_text {
        margin-bottom: 50px;
    }

    .section-banner .btn {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .banner_img-block img {
        margin: auto;
    }
}

@media (max-width: 576px) {
    .section-banner {
        padding: 120px 0 80px;
    }

    .section-banner .section_title {
        font-size: 43px;
        line-height: 58px;
    }

    .section-banner .section_text {
        font-size: 17px;
        line-height: 34px;
    }
}

@media (max-width: 375px) {
    .section-banner .section_title {
        font-size: 40px;
        line-height: 52px;
    }
}


@media (max-width: 300px) {
    .section-banner .section_pretitle {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .section-banner .section_title {
        font-size: 36px;
        line-height: 48px;
    }
}