.how-work-format {
    margin-bottom: 95px;
}

@media screen and (max-width: 1024px) {
    .how-work-format {
        margin-bottom: 80px;
    }
}

.how-work-format__inner {
    max-width: 887px;
    margin-inline: auto;
}

.how-work-format__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 17px;
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .how-work-format__row  {
        grid-template-columns: 1fr;
    }
}

.how-work-format__row-item {
    border-radius: 24px;
    border: 1px solid rgba(100, 100, 102, 0.25);
    background: rgba(0, 0, 0, 0.00);
    padding: 24px;
    position: relative;
    z-index: 1;
}

.how-work-format__row-item>*:not(:last-child) {
    margin-bottom: 8px;
}

.how-work-format__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
    .how-work-format__title {
        font-size: 24px;
        margin-bottom: 24px;
    }
}

.how-work-format__item-top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.how-work-format__item-number {
    font-size: 48px;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(96deg, rgba(230, 231, 235, 0.25) -6.36%, rgba(189, 211, 250, 0.25) 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-work-format__item-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-work-format__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125;
    color: #BDD3FA;
}

.how-work-format__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
}

.how-work-format__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.how-work-format__list {
    list-style: none;
}

.how-work-format__list-item {
    color: #646466;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125;
    position: relative;
    padding-left: 18px;
}

.how-work-format__list-item::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #646466;
    position: absolute;
    top: 7px;
    left: 6px;
}

.how-work-format__icon svg {
    display: block;
    max-width: 100%;
    margin-inline: auto;
}