.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;
    display: flex;
}
.content-4 .content_4_button a.button:last-of-type {
    margin: 0px;
}
.content-4 ul {
     list-style: none;
     padding-inline-start: 0px;
 }
.content-4 ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 9px;
}
.content-4 ul li:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url('assets/tick-icon.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    width: 20px;
    height: 20px;
}
.cta-1 ~ .content-4 .custom_padding {
    padding-top: 60px;
}
.content-4 .sediment_background .cut-off_bottom-right_white .co__br__element {
    background-color: var(--sediment);
}
.content-4 .sediment_background .cut-off_top-left_white .co__br__element {
    background-color: var(--sediment);
}
.content-4 .live-quote {
    max-width: 100%;
    width: 496px;
    position: absolute;
    z-index: 2;
    background-color: var(--sediment);
    right: -60px;
    padding: 45px;
    bottom: 60px;
}
@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;
    }
    .cta-1 ~ .content-4 .custom_padding {
        padding-top: 0px;
    }
    .content-4 .live-quote {
        width: 100%;
        position: relative;
        bottom: 0px;
        padding: 30px;
        right: 0px;
    }
}
@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;
    }
}