.custom-cta-alt {
    background: var(--honest-blue);
    text-align: center;
}

.custom-cta-alt--eyebrow {
    font-size: var(--text-sm);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--warm-leather);
}

.custom-cta-alt--title {
    color: var(--calming-white);
}

.custom-cta-alt--text {
    font-size: var(--text);
    color: var(--calming-white);
    max-width: 540px;
}

.custom-cta-alt--phone {
    color: var(--calming-white);
    border-color: rgba(var(--calming-white-rgb), .2);
    background: #143647;
}

.custom-cta-alt--button .material-symbols-outlined,
.custom-cta-alt--phone .material-symbols-outlined {
    font-size: 18px;
}