.content-4 .image-16by9 {
    padding-bottom: 78.134%;
}
.content-4 .image-16by9.size-contain {
    padding-bottom: 0;
}
.content-4 .custom_padding {
    padding: 120px 0px;
}
.content-4 .content_4_button {
    margin-top: 45px;
}
.content-4 .content_4_button a.button {
    margin: 0px;
}
@media (max-width: 1199.98px) {
    .content-4 .custom_padding {
        padding: 90px 0px;
    }
    .content-4 .row.align-items-center {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: start!important;
    }
}
@media (max-width: 991.98px) {
    .content-4 .custom_padding {
        padding: 80px 0px;
    }
}
@media (max-width: 767.98px) {
    .content-4 .custom_padding {
        padding: 40px 0px;
    }
    .content-4 .content_4_button {
        margin-top: 30px;
    }
    .content-4 .order-1,
    .content-4 .order-xs-1 {
        margin-bottom: 30px;
    }
    .content-4 .order-xs-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .content-4 .order-xs-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .content-4 .content_4_button a.button.primary,
    .content-4 .content_4_button button.primary,
    .content-4 .content_4_button a.button.secondary,
    .content-4 .content_4_button button.secondary {
        width: 100%;
    }

}
@media (max-width: 575.98px) {
    .content-4 .custom_padding {
        padding: 30px 0px;
    }
    .content-4 .content_4_button {
        margin-top: 20px;
    }
    .content-4 .order-1,
    .content-4 .order-xs-1 {
        margin-bottom: 15px;
    }
}


/*** svg_container ***/
.content-4 .svg_container {
    position: absolute;
    width: 65%;
    height: 77%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* if .content-4 has .content-12 after it... */
.content-4:has(+ .content-12) .custom_padding {
    padding-bottom: 0;
}

