.banner_section {
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    padding: 85px 0;
    margin: 0 auto;
    /*background-image: url(/assets/img/banner-section/bg.png); */
    background-color: #2D3443;
    color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.banner_section:first-child {
    padding: 245px 0;
    margin: -165px auto 0;
}
.banner_section .bg_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
.banner_section .row1 {
    display: flex;
    max-width: 1130px;
    align-items: center;
    padding: 3.3em 0;
    position: relative;
    z-index: 1;
}
.banner_section .row1:before {
    content: '';
    display: block;
    z-index: -1;
    background: #2D3443;
    position: absolute;
    top: 0;
    right: 30%;
    width: 100vw;
    height: 100%;
}
.banner_section .row1 .column1 {
    margin: 0 10% 0 0;
    width: 50%;
}
.banner_section .row1 .column1 .sub_row1 {
    margin: 0 auto 0.5em;
    font-weight: 700;
    font-size: 3em;
    text-transform: uppercase;
}
.banner_section .row1 .column1 .sub_row2 {
    font-size: 2.25em;
    margin: 0 auto 0.83em;
}
.banner_section .row1 .column1 .sub_row3 {
    font-size: 1.125em;
}
.banner_section .row1 .column1 .sub_row3 .orange_button:active {
    color: #ffffff;
}
.banner_section .row1 .column2 {
    width: 40%;
}
.banner_section .row1 .column2 .sub_row1 {
    display: flex;
    flex-wrap: wrap;
    margin: -1em;
    font-size: 1.125em;
}
.banner_section .row1 .column2 .sub_row1 .icon_square_block_link {
    width: calc(50% - 2em);
    margin: 1em;
}
@media(max-width: 1699px) {
    .banner_section:first-child {
        padding: 225px 0;
        margin: -145px auto 0;
    }
}
@media(max-width: 1199px) {
    .banner_section {
        padding: 75px 0;
    }
    .banner_section:first-child {
        padding: 205px 0;
        margin: -125px auto 0;
    }
    .banner_section .row1 {
        padding: 2em 0;
    }
    .banner_section .row1 .column1 .sub_row1 {
        font-size: 2.2em;
    }
    .banner_section .row1 .column1 .sub_row2 {
        font-size: 1.6em;
    }
    .banner_section .row1 .column1 .sub_row3 {
        font-size: 1em;
    }
    .banner_section .row1 .column2 .sub_row1 {
        font-size: 1em;
        margin: -0.5em;
    }
    .banner_section .row1 .column2 .sub_row1 .icon_square_block_link {
        margin: 0.5em;
        width: calc(50% - 1em);
    }
}
@media(max-width: 767px) {
    .banner_section {
        padding: 50px 0;
    }
    .banner_section:first-child {
        padding: 150px 0 85px;
        margin: -100px auto 0;
    }
    .banner_section .row1 {
        padding: 0;
        display: block;
    }
    .banner_section .row1:before {
        display: none;
    }
    .banner_section .row1 .column1 {
        width: 100%;
        margin: 0 auto 4.0625em;
    }
    .banner_section .row1 .column1 .sub_row1 {
        font-size: 1.75em;
    }
    .banner_section .row1 .column1 .sub_row2 {
        font-size: 1.5em;
        margin: 0 auto 1em;
    }
    .banner_section .row1 .column1 .sub_row3 {
        font-size: 1.125em;
    }
    .banner_section .row1 .column1 .sub_row3 .orange_button {
        width: 100%;
        padding: 0.5em;
    }
    .banner_section .row1 .column2 {
        width: 100%;
    }
    .banner_section .row1 .column2 .sub_row1 {
        margin: -1em;
        font-size: 0.75em;
        justify-content: center;
    }
    .banner_section .row1 .column2 .sub_row1 .icon_square_block_link {
        margin: 1em;
        width: calc(50% - 2em);
        max-width: 14.5em;
        border: none;
        background-color: transparent;
        box-shadow: none;
        box-sizing: border-box;
        padding: 0 0 0 5em;
        flex-direction: row;
        min-height: 4.5em;
        align-items: center;
        overflow: visible;
    }
    .banner_section .row1 .column2 .sub_row1 .icon_square_block_link .icon {
        top: 50%;
        left: 2.25em;
        max-width: 4.5em;
        max-height: 4.5em;
    }
    .banner_section .row1 .column2 .sub_row1 .icon_square_block_link .line1 {
        margin: 0;
        width: 100%;
    }
    .banner_section .row1 .column2 .sub_row1 .icon_square_block_link .line2 {
        display: none;
    }
}