.cta-10 .image-16by9 {
    height: 100%;
}
.cta_10_button {
    margin-top: 45px;
}
.cta-10 p.h5style.sunshine {
    color: var(--sunshine);
}
.cta-10 p.h2style > span {
    position: relative;
}
.cta-10 p.h2style > span:after {
    content: '';
    background-image: url(assets/accent.svg);
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 106%;
    height: 32px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.cta-10 .custom_padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.cta-10 .image-16by9 {
    border-bottom-left-radius: var(--global-border-radius-large);
    border-top-left-radius: var(--global-border-radius-large);
}

@media(max-width: 1199.98px){
    .cta-10 .custom_padding {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}
@media(max-width: 991.98px){
    .cta-10 .custom_padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media(max-width: 767.98px){
    .cta-10 .custom_padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .cta-10 .image-16by9 {
        border-top-right-radius: var(--global-border-radius-large);
        border-top-left-radius: var(--global-border-radius-large);
        border-bottom-left-radius: 0;
    }
}
@media(max-width: 575.98px){
    .cta_10_button {
        margin-top: 30px;
    }
    .cta-10 .custom_padding {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}