.how-to-work__block {
    background: #F5F6F8;
    padding: 40px 0;
}
.how-to-work__block .maxwidth-theme {
    background: #F5F6F8;
}
.how-to-work__block .block-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 37px;
    color: #181D27;
}
.how-to-work__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.how-to-work__item {
    background-color: #fff;
    padding: 20px;
    position: relative;
    width: 32%;
    margin-bottom: 24px;
    border-radius: 8px;
}
.how-to-work__item-number {
    background: #FF8800;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    align-self: center;
    align-content: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.how-to-work__item-content {

}
.how-to-work__item-img {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
}
.how-to-work__item-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #181D27;
    margin-bottom: 16px;
}
.how-to-work__item-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #222;
    max-width: 360px;
    margin: auto;
}
.how-to-work__item-title .mobile-title {
    display: none;
}
@media screen and (max-width: 1024px) {
    .how-to-work__item {
        width: 49%;
    }
    .how-to-work__item-text {
        text-align: left;
        max-width: 100%;
        padding-left: 44px;
    }
    .how-to-work__item-img {
        display: none;
    }
    .how-to-work__item-number {
        color: #FF8800;
        background: transparent;
        font-size: 48px;
        line-height: 56px;
        font-weight: 700;
        width: unset;
        height: unset;
        position: static;
    }
    .how-to-work__item-title {
        display: flex;
        align-items: center;
        text-align: left;
        max-width: 100%;
        margin-bottom: 12px;
    }
    .how-to-work__item-title .how-to-work__item-number {
        margin-right: 16px;
    }
    .how-to-work__item-title .desktop-title {
        display: none;
    }
    .how-to-work__item-title .mobile-title {
        display: block;
    }
}
@media screen and (max-width: 560px) {
    .how-to-work__item-title .mobile-title {
        font-size: 18px;
        line-height: 28px;
    }
    .how-to-work__item-text {
        font-size: 16px;
        line-height: 24px;
    }
    .how-to-work__item-title {
        margin-bottom: 8px;
    }
    .how-to-work__block {
        padding: 30px 0;
    }
}