/* HOW IT WORKS */
.how-it-works-element {
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 768px) {
    .how-it-works-element {
        background-image: linear-gradient(120.49deg, #00254C 31.47%, #007AFF 114.69%) !important;
    }
}

.how-it-works-element__container {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    align-items: center;
}

@media (max-width: 992px) {
    .how-it-works-element__container {
        flex-direction: column;
        gap: 48px;
    }
}

.how-it-works-element__logo {
    max-width: 85px;
    width: 100%;
}

.how-it-works-element__logo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.how-it-works-element__title {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .how-it-works-element__title {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (max-width: 480px) {
    .how-it-works-element__description {
        font-size: 24px;
        line-height: 1.5;
    }
}

.how-it-works-element__description {
    font-size: 16px;
    line-height: 24px;
    color: #cdd5df;
    margin-top: 24px;
}

@media (max-width: 480px) {
    .how-it-works-element__description {
        font-size: 14px;
        line-height: 1.5;
    }
}

.how-it-works-element__column {
    width: 100%;
}

@media (max-width: 480px) {
    .how-it-works-element__column {
        text-align: center;
    }
}

.how-it-works-element__column:first-child {
    max-width: 720px;
}

@media (max-width: 992px) {
    .how-it-works-element__column:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }
}

.how-it-works-element__items {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

@media (max-width: 480px) {
    .how-it-works-element__items {
        gap: 32px;
    }
}

.how-it-works-element__item {
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 480px) {
    .how-it-works-element__item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.how-it-works-element__item-title {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.how-it-works-element__item-icon {
    display: flex;
    max-width: 20px;
    max-height: 20px;
}

.how-it-works-element__item-icon img {
    object-fit: cover;

    width: 100%;
    height: 100%;
}

@media (max-width: 480px) {
    .how-it-works-element__item-title {
        font-size: 16px;
        line-height: 1.5;
    }

    .how-it-works-element__item-description {
        font-size: 14px;
        line-height: 1.5;
    }
}

.how-it-works-element__item-description {
    font-size: 16px;
    color: #cdd5df;
    margin-top: 12px;
}

.how-it-works-element__image {
    height: 360px;
}

.how-it-works-element__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 480px) {
    .how-it-works-element__image {
        height: 240px;
    }
}
