.fc_split_cta {
padding: 30px 0;
position: relative;
}
.fc_split_cta .image-switch {
width: 80%;
position: absolute;
right: 0;
bottom: 0;
top: 0;
}
.fc_split_cta .wp_content {
position: relative;
background: #dee9ec;
padding: clamp(20px, 4vw, 60px);
max-width: 600px;
box-sizing: border-box;
}
@media (max-width: 768px) {
.fc_split_cta .image-switch {
width: 100%;
}
.fc_split_cta {
padding: max(clamp(15px, 6vw, 60px), calc(50% - 650px));
display: flex;
justify-content: center;
}
.fc_split_cta .wp_content {
background: rgba(230 ,236, 222, 0.9);
}
}