.cta-block-sec .cta-wrapper {
    position: relative;
    padding: var(--space-100-30) 20px;
    background-color: var(--color-light);
    border-radius: 16px;
}

.cta-block-sec .content {
    position: relative;
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
}

.cta-block-sec .content :where(h1, h2, h3, h4, h5, h6, p) {
    margin-bottom: 0;
}

.cta-block-sec .content .actions {
    margin-top: 0.5rem;
}