.health-cta {
    padding: 60px 0;

    background: #075763;

    color: white;
}

.cta-container {
    width: min(1100px, 92%);
    margin: auto;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 40px;
}

.cta-content span {
    color: #8be2e8;

    font-size: 12px;
    font-weight: 700;
}

.cta-content h2 {
    max-width: 600px;

    margin-top: 10px;

    font-size: 34px;
    line-height: 1.2;
}

.cta-content p {
    max-width: 560px;

    margin-top: 12px;

    color: #b9d8dc;

    font-size: 13px;
    line-height: 1.6;
}

.cta-actions {
    display: flex;

    gap: 10px;

    flex-shrink: 0;
}

.cta-button {
    padding: 13px 20px;

    border-radius: 25px;

    font-size: 12px;
    font-weight: 700;

    white-space: nowrap;
}

.cta-button.light {
    background: white;
    color: #075763;
}

.cta-button.yellow {
    background: #f2c51d;
    color: #173d43;
}