.the__title {
    margin-top: 0;
    font-family: 'des-bold' !important;
    line-height: 1.4;
}

.the__content {
    line-height: 1.2;
}

a.the__button {
    border: 2px solid var(--color-accent);
    font-size: 14px;
    padding: 15px 35px;
    display: inline-block;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: .15em;
    line-height: 1;
}

.the__button.btn--sm {
    font-size: 12px;
    padding: 14px 25px;
    letter-spacing: .07em;
}

@media (max-width: 767px) {
    .the__button.btn--sm {
        font-size: 11px;
        padding: 14px 20px;
        letter-spacing: .07em;
    }
}

.the__button:hover {
    background-color: var(--color-brand);
    border-color: var(--color-brand);
}

.the__title.title--smax {
    font-size: 18px;
}

.the__title.title--xsm {
    font-size: 25px;
}

.the__title.title--sm {
    font-size: 35px;
}

.the__title.title--md {
    font-size: 45px;
}

.the__title.title--lg {
    font-size: 55px;
}

.the__title.title--xlg {
    font-size: 65px;
}

.the__content.content--xsm {
    font-size: 15px;
}

.the__content.content--sm {
    font-size: 16px;
}

.the__content.content--md {
    font-size: 30px;
}

.the__content.content--lg {
    font-size: 24px;
}

.the__content.content--xlg {
    font-size: 50px;
}

@media only screen and (min-width: 2100px) {

    .the__title.title--xlg {
        font-size: 80px;
    }

    .the__content.content--xlg {
        font-size: 65px;
    }

    .the__title.title--xsm {
        font-size: 30px;
    }

    .the__title.title--smax {
        font-size: 25px;
    }

    .the__content.content--xsm,
    .vermColumn--10.footer__item ul li {
        font-size: 20px;
    }

}

@media only screen and (max-width: 1440px) {
    .the__title.title--sm {
        font-size: 30px;
    }

    .the__title.title--md {
        font-size: 40px;
    }

    .the__title.title--lg {
        font-size: 50px;
    }

    .the__title.title--xlg {
        font-size: 60px;
    }

    .the__content.content--sm {
        font-size: 15px;
        line-height: 1.4;
    }

    .the__content.content--md {
        font-size: 18px;
    }

    .the__content.content--lg {
        font-size: 20px;
    }

    .the__content.content--xlg {
        font-size: 40px;
    }

}

@media only screen and (max-width: 920px) {
    .the__title.title--xsm {
        font-size: 18px;
    }

    .the__title.title--sm {
        font-size: 20px;
    }

    .the__title.title--md {
        font-size: 25px;
    }

    .the__title.title--lg {
        font-size: 40px;
    }

    .the__title.title--xlg {
        font-size: 50px;
    }

    .the__content.content--sm {
        font-size: 15px;
        line-height: 1.3;
    }

    .the__content.content--md {
        font-size: 20px;
    }

    .the__content.content--lg {
        font-size: 18px;
    }

    .the__content.content--xlg {
        font-size: 35px;
    }

}

@media only screen and (max-width: 600px) {
    .the__title.title--xlg {
        font-size: 35px;
        margin-bottom: 5px;
    }

    .the__content.content--lg.mb--md {
        margin-bottom: 20px;
    }
}