.main-how>div {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
}
.main-how {
    /*-webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0,0,0);
    transform: translateZ(0);*/
    padding: 25px 0;
    background: linear-gradient(0deg, rgba(213, 237, 255, 0.45), rgba(213, 237, 255, 0.45));
    background-blend-mode: color-dodge;
    /*backdrop-filter: blur(633.6104125976562px);
    -webkit-backdrop-filter: blur(633px);*/
}
.main-how__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17.5px;
    text-align: center;
}
.main-how>div>div {
    width: auto;
    flex: 1 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
    position: relative;
}
.main-how .main-how__img {
    background: #FFFFFF66;
    border-radius: 50px;
    width: 100%;
    height: 135px;
}
.main-how>div>div:not(:last-of-type)::after {
    content: "";
    background: url(/local/templates/flyaway_digital/images/light_template_img/right_arrow_long.png) no-repeat;
    background-position: center;
    background-size: auto;
    display:  flex;
    justify-content: center;
    align-items: center;
    background-color: #78BAFF;
    border-radius: 20px;
    position: absolute;
    width: 50px;
    height: 50px;
    padding-top: 5px;
    right: -35px;
    z-index: 1;
    top: calc((135px - 50px) / 2);
}
.main-how__img img {
    height: auto;
}
.main-how>div>div:nth-of-type(1) {
    z-index: 6;
}
.main-how>div>div:nth-of-type(2) {
    z-index: 5;
}
.main-how>div>div:nth-of-type(3) {
    z-index: 4;
}
.main-how>div>div:nth-of-type(4) {
    z-index: 3;
}
.main-how>div>div:nth-of-type(5) {
    z-index: 2;
}
.main-how>div>div:nth-of-type(6) {
    z-index: 1;
}
.main-how__img {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1320px) {
    .main-how__text br {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .main-how>div>div {
        border-radius: 20px;
        padding: 20px 10px;
    }
    .main-how>div {
        column-gap: 10px;
    }
    .main-how__text {
        font-size: 14px;
        line-height: 18px;
    }
    .main-how .main-how__img {
        height: 70px;
        background: none;
        border-radius: 0;
    }
    .main-how>div>div {
        height: auto;
        background: #FFFFFF66;
    }
    .main-how>div>div:not(:last-of-type)::after {
        width: 40px;
        height: 40px;
        right: -23px;
        background-size: 18px 18px;
        top: 50%;
        translate: 0 -50%;
    }
}
@media screen and (max-width: 880px) {
    .main-how__text {
        font-size: 12px;
        line-height: 15px;
    }
}
@media screen and (max-width: 800px) {
    .container.main-page .main-how>div {
        flex-wrap: wrap;
        max-width: 374px;
    }
    .main-how>div>div {
        width: calc(50% - 10px / 2);
        border-radius: 25px;
        flex: none;
        row-gap: 20px;
    }
    .main-how>div>div:not(:last-of-type)::after {
        width: 26px;
        height: 26px;
        right: -16px;
        background-size: 12px 12px;
        border-radius: 10px;
    }
    .main-how>div>div:nth-of-type(3)::before,
    .main-how>div>div:nth-of-type(5)::before {
        content: "";
        background: url(/local/templates/flyaway_digital/images/light_template_img/right_arrow_long.png) no-repeat;
        background-position: center;
        background-size: auto;
        background-color: #78BAFF;
        border-radius: 10px;
        position: absolute;
        width: 26px;
        height: 26px;
        left: -16px;
        background-size: 12px 12px;
        padding-top: 5px;
        z-index: 1;
        top: 50%;
        translate: 0 -50%;
    }
    .main-how .main-how__img {
        height: 63px;
    }
    .main-how__img img {
        height: 100%;
        width: auto;
    }
    .main-how>div {
        row-gap: 10px;
    }
}
@media screen and (max-width: 600px) {
    /*.main-how {
        padding: 0 0 40px;
        background: linear-gradient(to left, rgba(213, 237, 255, 1) 60%, #fff);
    }*/
    .container.main-page .main-how h2 {
        margin-bottom: 20px;
    }
    .main-how__img img {
        max-width: 60px;
    }
}
@media screen and (max-width: 370px) {
    .main-how>div>div {
        width: calc(50% - 10px / 2);
    }
    .main-how>div>div:nth-of-type(4)::before {
        content: none;
    }
    .main-how>div>div:nth-of-type(5)::before,
    .main-how>div>div:nth-of-type(3)::before {
        content: "";
        background: url(/local/templates/flyaway_digital/images/light_template_img/right_arrow_long.png) no-repeat;
        background-position: center;
        background-size: auto;
        background-color: #78BAFF;
        border-radius: 10px;
        position: absolute;
        width: 26px;
        height: 26px;
        left: -16px;
        background-size: 12px 12px;
        padding-top: 5px;
        z-index: 1;
        top: 50%;
        translate: 0 -50%;
    }
}