.how-it-works {
    padding-top: 100px;
    padding-bottom: 100px;
}

.how-it-works-holder__top {
    margin-bottom: 40px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.how-it-works-holder__top__left-side {
    width: 100%;
}

.how-it-works-holder__top__right-side {
    width: 30%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.page-template-template-homepage .how-it-works-holder__top .how-it-works-holder__top__right-side .link-btn {
    display: none;
}

.how-it-works-holder__top__right-side .link-btn svg {
    margin-left: 8px;
    margin-bottom: 4px;
}

.how-it-works-holder__top__right-side .link-btn {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    display: none;
}

.how-it-works-holder__top h2 {
    color: #333;
    font-size: 44px;
    font-family: 'Literata', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
}

.how-it-works-holder__top p {
    margin-bottom: 24px;
    color: #888;
    font-size: 18px;
    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.how-it-works-holder__top-button {
    background: #FC6A5D !important;
    color: #fff !important;
    transition: 300ms;
    margin: auto;
}

.how-it-works-holder__top .how-it-works-holder__top-button:hover {
    background: #DD4C40;
}

.how-it-works-holder__bottom .button-mobile {
    display: none;
}

.how-it-works-holder__bottom {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 32px;
}

.how-it-works-holder__bottom-mobile{
    display: none;
}

.how-it-works-holder__bottom-single {
    border-radius: 16px;
    padding: 0;
    background: unset;
    height: fit-content;
    display: flex;
    flex-flow: row wrap;
    flex: 1;
    position: relative;
}

.how-it-works-holder__bottom-single .how-it-works-holder__bottom-single__top {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 24px;
}

.how-it-works-holder__bottom-single img {
    width: 100%;
    border-radius: 16px;
}

.how-it-works-holder__bottom-single:nth-of-type(2),
.how-it-works-holder__bottom-single:nth-of-type(4) {
    margin-top: 24px;
}

.how-it-works-holder__bottom-single h2 {
    color: #FC6A5D;
    font-size: 21px;
    font-family: Literata, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.how-it-works-holder__bottom-single p {
    color: #333;
    font-size: 21px;
    font-family: Literata, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.how-it-works-holder__bottom-single h3 {
    color: #333;
    font-size: 32px;
    font-family: Literata, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.shop-flower-mega-menu-mobile {
    display: none;
}

.how-it-works .how-it-works-desk {
    position: absolute;
    bottom: 0;
    border-radius: 16px;
    background: #EEF9F1;
    width: 100%;
    padding: 16px;
}

.how-it-works .how-it-works-desk p {
    width: 60%;
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 8px;
}

.how-it-works .how-it-works-desk a {
    color: #0F4F1E;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: right;
    transition: 300ms;
}

.how-it-works .how-it-works-desk a svg {
    margin-left: 8px;
    margin-bottom: 3px;
    transition: 300ms;
}

.how-it-works .how-it-works-desk a:hover svg{
    transform: translateX(5px);
}

@media only screen and (max-width: 1399px){
    .how-it-works .how-it-works-desk p{
        width: 70%;
    }
}

@media only screen and (max-width: 1200px) {
    .full-with-video {
        margin: 60px auto;
    }

    .how-it-works-holder__bottom-single:nth-child(1),
    .how-it-works-holder__bottom-single:nth-child(2) {
        margin-bottom: 24px;
    }

    .how-it-works .how-it-works-desk p{
        width: 80%;
    }
}

@media only screen and (max-width: 1092px) {
    .how-it-works-holder__bottom-single {
        flex: 0 0 49%;
    }

    .how-it-works-holder__bottom-single:nth-of-type(2), .how-it-works-holder__bottom-single:nth-of-type(4) {
        margin-top: 0;
    }

    .how-it-works-holder__bottom-single img {
        height: auto;
    }
}

@media only screen and (max-width: 992px) {
    .how-it-works {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .how-it-works-holder__top {
        margin-bottom: 32px;
    }

    .how-it-works-holder__top h2 {
        font-size: 38px;
    }

    .how-it-works-holder__bottom-single {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }

    .how-it-works-holder__bottom-single h6 {
        font-size: 60px;
        line-height: 48px;
    }

    .how-it-works-holder__bottom-single h3 {
        font-size: 28px;
        line-height: 24px;
    }

    .how-it-works-holder__bottom-single:last-of-type {
        margin-bottom: 32px;
    }

    .how-it-works-holder__top .button-desc {
        display: none;
    }

    .how-it-works-holder__bottom .button-mobile {
        display: flex;
        width: 100%;
    }

    .page-template-template-homepage .how-it-works-holder__bottom .button-mobile {
        display: none;
    }

    .how-it-works-holder__top-button {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .how-it-works-holder__top__left-side {
        width: 100%;
    }

    .how-it-works-holder__bottom-single:nth-of-type(2) {
        margin-top: 0;
        position: relative;
    }

    .how-it-works {
        padding-top: 40px;
        padding-bottom: 24px;
    }



    .how-it-works-holder__top h2 {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .how-it-works-holder__bottom-single h6 {
        font-size: 48px;
    }

    .how-it-works-holder__bottom-single h3 {
        font-size: 24px;
    }

    .how-it-works-holder__top-button {
        margin-top: 32px;
    }

    .how-it-works-holder__bottom {
        display: flex;
        flex-flow: unset;
        position: relative;
        /*overflow: scroll;*/
        /*overflow-y: hidden;*/
        /*padding-bottom: 25px;*/
        /*margin-bottom: 0;*/
        /*scroll-snap-type: x mandatory;*/
    }

    .how-it-works-holder__bottom-desk{
        display: none;
    }

    .how-it-works-holder__bottom-mobile{
        display: flex;
    }

    .how-it-works-holder__bottom-mobile .left-arrow{
        position: absolute;
        top: 50%;
        z-index: 9;
        left: 13px;
    }

    .how-it-works-holder__bottom-mobile .right-arrow{
        position: absolute;
        right: 13px;
        top: 50%;
        z-index: 9;
    }

    .how-it-works-holder__bottom-single img{
        /*height: revert-layer;*/
        object-fit: cover;
    }

    .how-it-works-holder__bottom-single {
        /*margin-right: 12px;*/
    }

    .how-it-works-holder__bottom-single:nth-child(2) img{
        object-position: top;
    }

    .how-it-works-holder__bottom-single:last-of-type {
        margin-bottom: 0;
        margin-right: 0;
    }

    .how-it-works .how-it-works-holder__top__left-side h2 {
        /*margin-bottom: 18px !important;*/
        margin-bottom: 0;
        color: #333;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 100% */
    }

    .how-it-works p {
        font-size: 21px;
        line-height: 28px;
    }

    .how-it-works-holder__top__right-side {
        width: 100%;
        justify-content: left;
    }

    .how-it-works-holder__bottom-single .shop-now-mobile{
        position: absolute;
        bottom: 64px;
        right: 64px;
        color: #0F4F1E;
        font-family: 'Figtree', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 12px;
        letter-spacing: 1.12px;
        text-transform: uppercase;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: right;
        transition: 300ms;
    }

    .how-it-works-holder__bottom-single .shop-now-mobile svg{
        margin-left: 8px;
        margin-bottom: 4px;
    }

}

@media only screen and (max-width: 480px) {
    .how-it-works-holder__bottom-single {
        flex: 0 0 100%;
    }

    .how-it-works-holder__bottom-single img {
        max-height: 392px;
        object-fit: cover;
        /*object-position: top;*/
    }
}