.cta-section {
    padding: 140px 0;
}

.cta-card {
    background: #f6efeb;

    border-radius: 40px;

    padding: 90px 80px;

    text-align: center;

    position: relative;

    overflow: hidden;
}

.cta-subtitle {
    display: inline-block;

    margin-bottom: 20px;

    font-size: 13px;

    letter-spacing: 3px;

    text-transform: uppercase;

    color: #c77770;
}

.cta-title {
    font-size: 58px;

    line-height: 1.1;

    margin-bottom: 25px;

    color: #222;
}

.cta-description {
    max-width: 650px;

    margin: 0 auto 40px auto;

    font-size: 16px;

    line-height: 2;

    color: #6f6f6f;
}