/* ==========================================================================
   Block: CTA Banner
   ========================================================================== */

.regio-cta-banner {
    background: var(--rb-blue) !important;
    text-align: center;
}

.regio-cta-banner h2 {
    color: var(--rb-white);
    font-size: 28px;
    margin-bottom: 8px;
}

.regio-cta-banner p {
    color: rgba(255, 255, 255, .85);
    font-size: 17px;
    margin: 0 auto 24px;
    max-width: 600px;
}

.regio-cta-banner .btn--cta {
    background: var(--rb-white);
    color: var(--rb-blue);
    font-size: 17px;
    padding: 14px 36px;
}

.regio-cta-banner .btn--cta:hover {
    background: var(--rb-gray-100);
    color: var(--rb-blue-dark);
    transform: translateY(-1px);
}

.regio-cta-banner__contact {
    margin-top: 20px;
    font-size: 15px;
    color: rgba(255, 255, 255, .75);
}

.regio-cta-banner__contact a {
    color: var(--rb-white);
    text-decoration: none;
    font-weight: 600;
    transition: opacity .2s ease;
}

.regio-cta-banner__contact a:hover {
    opacity: .85;
    text-decoration: none;
}

.regio-cta-banner__sep {
    display: inline-block;
    margin: 0 8px;
    opacity: .5;
}

@media (max-width: 576px) {
    .regio-cta-banner__contact a {
        display: block;
        margin-bottom: 6px;
    }

    .regio-cta-banner__sep {
        display: none;
    }
}
