.image-call-to-action-section {display: flex;flex-wrap: wrap;margin-left: -15px;margin-right: -15px;}
.icta-item {width: 50%;padding: 0px 15px;}
.icta-box .icta-content{background-color: rgba(206,32,46, 0.9); color: #fff;}
.icta-box {
    padding: 30px 30px 30px 0px;
    box-shadow: 0 0 1em rgba(0,0,0,0.2);
    border-radius: 16px;
    background-size: cover;
    background-repeat: no-repeat;
} 
.icta-box .icta-content {
    background-color: rgba(206,32,46, 0.6);
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
} 
.icta-content h3{color: #fff;}
.icta-content a {
    background-color: #fff;
    padding: 10px 30px;
    color: var(--primary-color);
    border-radius: 4px;
    margin-top: 10px;
    display: inline-block;
}
.icta-content a:hover{background-color: #000;color: #fff;}

@media only screen and (max-width:767px){
    .icta-item{width: 100%;}
    .image-call-to-action-section{gap: 30px 0px;}
}  