/* Big tablet to 1200px (widths smaller taht the 1140px row) */
@media only screen and (max-width: 1200px) {}


/* Small tablet to big tablet: from 768px to 1023px */
@media only screen and (max-width: 1023px) {
    /* .about-us_img-card img {
        width: 70%;
        height: auto;
        border-radius: 30px;
    } */

    .nav-desktop {
        display: none;
    }

    .nav__mobile {
        display: flex !important;
    }

    .subscriptionbtnred {
        margin: 10px 0;
    }

    .subinput {
        border: 2px solid #a82d49;
        width: 100%;

    }

    .faqparallax {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .faqparallax button {
        margin: 10px 0 0 0;
    }

    .faqcard {
        flex: 100%;
    }

    .spiced_headerText {
        padding: 0 0 0 15px;
        border-right: none;
    }

    .about-banner {
        padding: 50px 10px;
    }

    .AboutUs__Cards {
        flex: 100%;
    }

    .about-us_img-card {
        margin: 20px 0px;
    }

    .about-us_text-card {
        margin: 20px 0px;
    }

    .customer-counter h1 {
        font-size: 25px;

    }

    .header_banner {
        padding: 30px 0
    }
}



/* Small phones to small tablets: from 481px to 767px */
@media only screen and (max-width: 767px) {}



/* Small phones: from 0 to 480px */
@media only screen and (max-width: 480px) {}