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

.banner_title{
    max-width: 569px;
    text-align: left;
    color: var(--white);
    margin-bottom: 16px;
}
.banner_subtitle{
    max-width: 569px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: var(--white);
}

.page-id-845 .section-banner{
    background-position: right;
}
.page-id-845 .section-banner .banner_subtitle,
.page-id-845 .section-banner .banner_title{
    max-width: 50%;
}
@media (max-width: 1300px) and (min-width: 1025px){
    .page-id-845 .banner_title{
        font-size: 47px;
        line-height: 37.6px;
    }
    .page-id-845 .banner_subtitle{
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 1200px) and (min-width: 1025px) {
    .page-id-845 .section-banner {
        background-position: 80%;
    }
    .page-id-845 .banner_title{
        font-size: 36px;
        line-height: 37.6px;
    }
    .page-id-845 .banner_subtitle{
        font-size: 13px;
        line-height: 22px;
    }
}
@media (max-width: 1024px) {
    .section-banner{
        padding: 161px 0 96px 0;
    }
    .page-id-845 .section-banner {
        background-position: right;
    }
    .banner_title{
        max-width: 522px;
        font-size: 48px;
    }
    .banner_subtitle{
        max-width: 522px;
        font-size: 16px;
        line-height: 24px;
    }
    .page-id-845 .section-banner .banner_subtitle,
    .page-id-845 .section-banner .banner_title{
        max-width: 460px;
    }
}
@media (max-width: 800px) {
    .page-id-845 .section-banner .banner_subtitle,
    .page-id-845 .section-banner .banner_title{
        max-width: 390px;
    }
}
@media (max-width: 640px) {
    .section-banner{
        padding: 145px 0 80px 0;
    }
    .page-id-845 .section-banner{
        background-position: center;
        min-height: 900px;
    }
    .section-banner::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #15003F8F;
        pointer-events: none;
        z-index: 0;
    }

    .page-id-845 .section-banner::after{
        display: none;
    }

    .page-id-845 .section-banner .banner_subtitle,
    .page-id-845 .section-banner .banner_title{
        max-width: 100%;
    }

    .banner_title{
        z-index: 2;
        position: relative;
        max-width: inherit;
        font-size: 40px;
    }
    .banner_subtitle{
        z-index: 2;
        position: relative;
        max-width: inherit;
    }
}
@media (max-width: 360px) {
    .banner_title{
        overflow-wrap: anywhere;
    }
}
@media (max-width: 340px) {
    .page-id-845 .section-banner{
        min-height: 1000px;
    }
}