
.section-senses_cta {
    background-color: #f2ff82;
    background-image: url('/wp-content/themes/threeam-tateru/assets/images/FutureBetter_Pattern.svg');
    background-size: cover;
    background-position: center;
    color: var(--tateru-color-primary);
}

.section-senses_cta .cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.section-senses_cta .the-heading {
    font-family: var(--tateru-primary-font);
    font-weight: 400;
}

.section-senses_cta .the-heading em {
    font-family: var(--tateru-heading-font);
}

@media screen and (max-width: 1000px) {
    .section-senses_cta .the-heading br {
        display: block;
    }
}
