.banner_section {
    height: 600px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    background-position: center !important;
}

.banner_section .page_title {
    color: #FFF;
    margin: 0;
    font-size: 56px;
    line-height: 60px;
    font-weight: 500;
}

.container__banner {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
.container__banner .container {
    width: 100%;
}

@media (max-width: 767.96px) {
    .banner_section .page_title {
        font-size: 35px;
        line-height: 43px;
    }

    .banner_section {
        height: 390px;
    }
    .container__banner {
        padding-top: 26px;
    }
}