.cbcta-box {
    background: #CD0F36;
    padding: 30px;
    border-radius: 12px;
    margin: 30px 0;
    color: #fff;
}
.cbcta-heading {
    font-family: "Host Grotesk", sans-serif;
    font-weight:700;
}
.cbcta-heading {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.2;
}

.cbcta-paragraph {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6;
}

.cbcta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0F2147;
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.cbcta-button:hover {
    background: #B31222;
    color: #fff;
    transform: translateY(-2px);
}