
.cta-new .custom_padding {
    padding: 24.2px 0px;
    border-top: 1px solid var(--mid-grey);
    border-bottom: 1px solid var(--mid-grey);
}
.cta-new .cta-col {
    padding: 14.5px 30px;
}
.cta-new .cta-col a {
    text-decoration: none;
    max-width: 406px;
    margin: 0 auto;
}
.cta-new .small-thumbnail {
    width: 53px;
    height: 53px;
    margin-right: 30px;
}
.cta-new .cta-col:first-child,
.cta-new .cta-col:nth-child(2) {
    border-right: 1px solid var(--mid-grey);
}
.cta-new button.button.tertiary {
    max-width: calc(100% - 83px);
}
.cta-new button.button.arrow {
    border: 0;
    background-image: url(../../../css/buttons/assets/arrow/small_deep_cove_arrow.svg);
    width: 56px;
    height: 56px;
    background-size: 20px;
    background-color: transparent;
    /*margin-left: 30px !important;*/
    opacity: 0;
}
.cta-new .cta-col a:hover button.button.arrow {
    opacity: 1;
}
@media(max-width: 1599.98px){
    .cta-new p.h4style {
        font-size: 20px;
        line-height: 24px;
    }
}
@media(max-width: 1199.98px){
    .cta-new .cta-col {
        padding: 15px;
    }
    .cta-new .small-thumbnail {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .cta-new button.button.tertiary {
        max-width: calc(100% - 30px);
    }

}
@media(max-width: 991.98px){
    .cta-new .cta-col:first-child,
    .cta-new .cta-col:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--mid-grey);
    }
    .cta-new .custom_padding {
        padding: 0;
    }
    .cta-new .cta-col a {
        justify-content: center !important;
        padding-left: 25px;
    }
}