.lp-card__title {
    text-align: center;
    margin-bottom: 90px;
    font-size: 28px;
    font-weight: 700;
    color: #0069B2;
}

.lp-card__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 70px;
}

/* region "Start content" */

.lp-card__illustration {
    width: 540px;
    height: auto;
}

.lp-card__description {
    font-size: 19px;
    line-height: 1.46em;
    margin-bottom: 30px;
}

.lp-card__description strong {
    color: #0069B2;
}

.lp-card__bullets {
    margin-bottom: 30px;
}

.lp-card__bullets li {
    margin-bottom: 20px;
    font-size: 17px;
}

.form__btn--card {
    width: 250px !important;
    height: 60px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    background: #0069B2 !important;
    color: #fff !important;
    margin-bottom: 25px;
}

.lp-card__disclaimer {
    font-size: 12px;
    line-height: 1.47em;
}

/* endregion */

@media all and (max-width: 1100px) {
    .lp-card__layout {
        grid-column-gap: 50px;
    }

    .lp-card__illustration {
        width: 480px;
    }
}

@media all and (max-width: 940px) {
    .lp-card__layout {
        grid-template-columns: 100%;
        grid-column-gap: 0;
        grid-row-gap: 60px;
    }

    .lp-card__layout__start {
        text-align: center;
    }
}

@media all and (max-width: 520px) {
    .lp-card__illustration {
        width: 280px;
    }
}
