.how-it-works .how-it-works__blocks {
    display: flex;
    gap: 8px;
    margin-top: 40px;
}

.how-it-works .how-it-works__block {
    flex: 1;
}

.how-it-works .how-it-works__text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.how-it-works .how-it-works__step {
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #51A2FF;
    margin-top: 20px;

}

.how-it-works .how-it-works__step::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #DBEAFE;
}

.how-it-works .how-it-works__img {
    width: 100%;
    height: auto;
}

.how-it-works .how-it-works__transition {
    height: 24px;
    width: fit-content;
    flex-shrink: 0;
    margin-top: 100px;
}

.how-it-works .how-it-works__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #474766;
}

@media screen and (max-width: 750px) {
    .how-it-works .how-it-works__blocks {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .how-it-works .how-it-works__transition {
        margin-top: 0;
        transform: rotate(90deg);
        height: 30px;
    }
}
