.tour-area .D_H2-header_Playfair_Regular_24px {
    font-size: 18px;
}

.tour-text h2 {
    font-size: 50px;
}

.tour-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.feature-text {
    max-width: 521px;
    padding-top:40px;
}
.feature-text h3{
    margin-top: 26px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
}

.feature-title-subtitle,
.feature-area.side-by-side-v1 {
    background: var(--ghost-white-fafbfc, #FAFBFC);
}

.feature-area.side-by-side-v1 .feature-row {
    padding-left: 0;
    padding-right: 0;
}
.banner-area-use-cases h4 {
    display: none;
}

.banner-area-use-cases h1.D_H1_Poppins_SemiBold_55px {
    color: #000;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 66px */
}


#suppliers-form-wrap .single-form.acceptance-policy {
    margin-top: 20px;
    margin-bottom: 0;
}
#suppliers-form-wrap .single-form.acceptance-policy p {
    font-size: 13px;
    color: #fff;
}



@media (min-width: 1200px) {
    .tour-text .purple-btn {
        width: 440px;
    }
}

@media (min-width: 750px) and (max-width: 1199px) {
    .banner-area-use-cases h1.D_H1_Poppins_SemiBold_55px {
        color: #1A1B20;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 41.6px */
    }
        .tour-text .purple-btn {
        width: 388px;
    }
    .tour-area .D_H2-header_Playfair_Regular_24px {
        font-size: 16px;
    }
    .tour-text h2 {
        font-size: 30px;
    }
    .suppliers-title {
        font-size: 28px;
        line-height: 140%;
    }
    .suppliers-description {
        font-size: 16px;
        line-height: 170%;
    }
    .feature-area .row {
        align-items: start;
    }
    .feature-text {
        top: 0;
        transform: translate(0, 0);
        padding-top: 0;
    }
    .feature-text h2:empty,
    .feature-text h3:empty,
    .feature-text p:empty
    {
        display: none;
    }
    .feature-text h3 {
        margin-top: 0;
    }
}
@media (max-width: 749px) {
    .banner-area-use-cases .banner-inner {
        padding-top: 30px;
    }
    .banner-area-use-cases .banner-text h3 {
        font-size: 22px;
    }
    .banner-area-use-cases h1.D_H1_Poppins_SemiBold_55px {
        color: #1A1B20;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 41.6px */
    }
        .tour-text .purple-btn {
        width: 328px;
    }
    .tour-text h2 {
        font-size: 28px;
    }
    .feature-text h3 {
        font-size: 17px;
    }

    body.page-slug-suppliers .banner-area.banner-area-use-cases {
        padding-bottom: 40px;
    }

    .feature-title-subtitle .row {
        padding-top: 60px;
    }

    .feature-img {
        margin-bottom: 0px;
    }

    .col-md-6.feature-contains-text {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .feature-text {
        padding-top: 0;
    }


}