.unlockStrategy {
    background-color: #fbfbfb;
    padding: 120px 0;
}

.unlockStrategy__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
}

.unlockStrategy__description {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 92px;
}

.unlockStrategy__row {
    display: flex;
    justify-content: space-between;
    column-gap: 28px;
    margin-bottom: 60px;
}

.unlockStrategy__row__img {
    height: auto;
    object-fit: cover;
    width: 48%;
    border-radius: 16px;
}

.unlockStrategy__row__content {
    width: 48%;
}

.unlockStrategy__row__content__header {
    display: flex;
    column-gap: 28px;
}

.unlockStrategy__row__content__header__icon {
    min-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unlockStrategy__row:nth-of-type(1)
.unlockStrategy__row__content__header__icon {
    background-color: #1cb35b;
}

.unlockStrategy__row:nth-of-type(2)
.unlockStrategy__row__content__header__icon {
    background-color: #8489e3;
}
.unlockStrategy__row:nth-of-type(3)
.unlockStrategy__row__content__header__icon {
    background-color: #6885c1;
}

.unlockStrategy__row:nth-of-type(4)
.unlockStrategy__row__content__header__icon {
    background-color: #ff8282;
}

.unlockStrategy__row__content__header__titleBlock {
    margin-bottom: 32px;
}

.unlockStrategy__row__content__header__titleBlock__title {
    color: #2861b2;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 12px;
}

.unlockStrategy__row__content__header__titleBlock__description {
    color: #8a898b;
    font-size: 18px;
    line-height: 130%;
}

.unlockStrategy__row__content__text {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 32px;
}

.unlockStrategy__row__content__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 12px;
    padding-left: 25px;
}

.unlockStrategy__row__content__list__item {
    font-size: 18px;
    line-height: 130%;
    width: 45%;
}

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

@media (max-width: 992px) {
    .unlockStrategy__row:nth-of-type(1),
    .unlockStrategy__row:nth-of-type(3) {
        flex-direction: column;
        row-gap: 28px;
    }

    .unlockStrategy__row:nth-of-type(2),
    .unlockStrategy__row:nth-of-type(4) {
        flex-direction: column-reverse;
        row-gap: 28px;
    }
    .unlockStrategy__row__img {
        width: 100%;
    }

    .unlockStrategy__row__content {
        width: 100%;
    }
    .unlockStrategy__row__content__list__item {
        width: 40%;
    }
}

@media (max-width: 576px ){
    .unlockStrategy__row__content__list {
        display: block;
    }
    .unlockStrategy__row__content__list__item{
        width: 100%;
    }
}
