.simple-cta {
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url('../../../img/layout/dot-pattern.png');
    text-align: center;
    color: #fff;
}

.simple-cta--grey {
    background-color: var(--brand-grey-dark);
}

.simple-cta--red {
    background-color: var(--brand-red);
}

.simple-cta--ghost-grey,
.simple-cta--green {
    background-color: var(--ghost-grey);

    .simple-cta__title {
        color: var(--brand-grey-dark);
    }

}

.simple-cta__title {
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 26px;
    font-weight: 700;

    @media (min-width:768px) {
        font-size: 32px;
    }
}