.hero-wrapper-single {
    height: 376px;
    background: #fff;
    padding-top: 90px;
    padding-bottom: 0;
    position: relative;
}

.hero-wrapper-single img {
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    height: 344px;
}

.hero-wrapper-single .hero-content {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 288px;
}

.hero-wrapper-single .hero-content .tag-holder{
    color: #FFF;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal !important;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    display: flex;
}

.hero-wrapper-single .hero-content .tag-holder .tag-holder-content{
    padding: 8px 12px;
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal !important;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2px);
    width: fit-content;
    margin: auto;
}

.hero-wrapper-single .hero-content .content {
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.hero-wrapper-single .hero-content h1 {
    color: #FFF;
    font-family: 'Literata', sans-serif;
    font-size: 56px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 20px;
    flex: 0 0 100%;
}

.hero-wrapper-single .hero-content p {
    font-family: 'Figtree', sans-serif;
    line-height: 1.5;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    width: 60%;
    margin: auto;

    text-align: center;
    font-style: normal;
}

.hero-wrapper-single .hero-content .hero-btn {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: #0F4F1E;
    border-radius: 8px;
    width: 435px;
    max-width: 100%;
    padding: 18px 24px;
    margin: 20px auto 0;
    color: #fff;
    text-decoration: none;
}

.tax-product_cat .explore-collections .explore-collections-holder .explore-collections-holder__top .explore-collections-holder__top__card:nth-child(1) {
    order: 2;
}

.tax-product_cat .explore-collections .explore-collections-holder .explore-collections-holder__top .explore-collections-holder__top__card:nth-child(2) {
    order: 3;
}

.tax-product_cat .explore-collections .explore-collections-holder .explore-collections-holder__top .explore-collections-holder__top__card:nth-child(3) {
    order: 1;
}

.tax-product_cat .explore-collections {
    margin: 40px 0 240px;
}

@media only screen and (max-width: 1199px){
    .hero-wrapper-single{
        padding-top: 49px;
    }

    .hero-wrapper-single .hero-content .content p{
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .hero-wrapper-single {
        padding-top: 0;
        height: auto;
    }

    .hero-wrapper-single .container {
        max-width: 100%;
        padding: 0;
    }

    .hero-wrapper-single .hero-content,
    .hero-wrapper-single .hero-content p {
        width: 80%;
        margin: auto;
    }

    .hero-wrapper-single .hero-content{
        top: 0;
    }

    .hero-wrapper-single .hero-content .content{
        padding: 40px 0;
    }

    .hero-wrapper-single .hero-content h1{
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {

    .hero-wrapper-single .hero-content,
    .hero-wrapper-single .hero-content p {
        width: 90%;
    }

    .hero-wrapper-single .hero-content .content {
        padding: 20px;
    }

    .hero-wrapper-single .hero-content h1 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-wrapper-single .hero-content {
        text-align: left;
    }

    .hero-wrapper-single .hero-content .content p{
        width: 100%;
        font-size: 14px;
    }

    .hero-wrapper-single .hero-content p,
    .hero-wrapper-single .hero-content .hero-btn {
        width: 100%;
    }

    .hero-wrapper-single .hero-content .content{
        padding: 40px 0;
    }

    .hero-wrapper-single .hero-content h1{
        font-size: 44px;
        line-height: 48px;
        text-align: center;
    }

    .tax-product_cat .how-it-works .how-it-works-holder__top__left-side h2{
        margin-bottom: 24px;
    }
    .tax-product_cat .explore-collections{
        margin: 40px 0;
    }
}