.fc_text_cta .wp_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10rem;
    padding-right: 10rem;
    position: relative;
}

.fc_text_cta .wp_content:before ,
.fc_text_cta .wp_content:after {
    content: '';
    width: 8.5rem;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.fc_text_cta .wp_content:after {
    left: auto;
    right: 0;
    background:no-repeat center left / cover  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 158 276'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h158v276H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23B41737' d='M0 276h160L80.038 138z'/%3E%3Cpath fill='%237F1F3A' d='m0 0 80.038 138L160 0z'/%3E%3Cpath fill='%23DA5554' d='M158.962 0 79 138h160z'/%3E%3Cpath fill='%23DC093B' d='m79 138 79.962 138L239 138z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.fc_text_cta .wp_content:before {
    background: no-repeat center right / cover url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 159 276'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h159v276H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23B41737' d='M-80 276H80L.038 138z'/%3E%3Cpath fill='%237F1F3A' d='M-80 0 .038 138 80 0z'/%3E%3Cpath fill='%23DA5554' d='M78.962 0-1 138h160z'/%3E%3Cpath fill='%23DC093B' d='m-1 138 79.962 138L159 138z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 640px) {
    .fc_text_cta .wp_content:before ,
    .fc_text_cta .wp_content:after {
       display: none;
    }
    .fc_text_cta .wp_content {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}