.cta {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
}

.cta .cta__content {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    height: 100%;
    max-width: 960px;
}

.lindstrom-side-padding .cta .cta__content {
    padding: 0; /* skip adding padding if the CTA is inside a column q*/
}

.cta .cta__title {
    font-family: var(--font-family-main);
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--color-grey-100);
}

.cta .cta__description {
    font-family: var(--font-family-main);
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}

.cta .cta__description :only-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin-bottom: 0px;
}

.cta .cta__description--small {
    font-size: 35px;
    line-height: 40px;
}

.cta .cta__description--medium {
    font-size: 40px;
    line-height: 48px;
}

.cta .cta__description--large {
    font-size: 55px;
    line-height: 63px;
}

.cta .cta__subdescription {
    font-family: var(--font-family-main);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: var(--color-grey-100);
    margin-top: 10px;
}

.cta .cta__buttons {
    display: flex;
    margin-top: 40px;
    width: 100%;
    justify-content: center;
    gap: 10px;
}

.cta .cta__button a {
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 25px;
    border: 2px solid #222222;
    border-radius: 50px;
    background: transparent;
    color: var(--color-grey-100);
    font-family: var(--font-family-main);
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 135%;
    text-decoration: none !important; /* Intentional to overwrite astra */
}

@media only screen and (max-width: 1200px) {
    .cta {
        margin-top: 70px;
        margin-bottom: 50px !important; /* Intentional to overwrite astra */
    }

    .cta .cta__content {
        padding: 0 15px;
    }

    .cta .cta__description--small {
        font-size: 25px;
        line-height: 130%;
    }

    .cta .cta__description--medium {
        font-size: 25px;
        line-height: 130%;
    }

    .cta .cta__description--large {
        font-size: 40px;
        line-height: 120%;
    }
}
