.getStarted {
    background: linear-gradient(90deg, #4062b5 0%, #4f72c8 100%);
    color: #fff;
    padding: 120px 0 140px 0;
    text-align: center;
}

.getStarted__title {
    color: white;
    font-weight: 700;
    font-size: 68px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 20px;
}

.getStarted__description {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 60px;
}

.getStarted__link {
    background-color: #5dab00;
    color: #fff;
    border: none;
    padding: 14px 36px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    border-radius: 3px;
    margin-bottom: 28px;
    display: inline-block;
    cursor: pointer;
}

.getStarted__list {
    display: flex;
    gap: 42px;
    width: fit-content;
    margin: 0 auto;
    list-style-image: url("../img/icons/checkmark.svg");
}

.getStarted__list__item {
    line-height: 151%;
}

/* MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA */

@media (max-width: 668px) {
    .getStarted {
        padding: 80px 0;
    }

    .getStarted__title {
        font-size: 40px;
    }

    .getStarted__link {
        width: 100%;
    }

    .getStarted__list {
        flex-direction: column;
        gap: 8px;
    }

    .getStarted__list__item {
        width: fit-content;
    }
}
