.what-we-offer .what-we-offer-content {
    margin-top: 50px;
}

.what-we-offer .what-we-offer-content h5 {
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: 700;
    color: white;
    background: #d01d23;
    padding: 9px 15px;
    border-radius: 7px;
}

.what-we-offer .what-we-offer-content p {
    font-family: 'Poppins';
    color: rgb(49, 66, 89);
    line-height: 32px;
    font-size: 17px;
    font-weight: 500;
}

.what-we-offer .what-we-offer-content ul li {
    font-family: 'Poppins';
    color: rgb(49, 66, 89);
    line-height: 32px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.what-we-offer-image img {
    width: 100%;
    border-radius: 36px;
}

.what-we-offer-image {
    margin-top: 50px;
}

/* product categories */
.product-categories-main .product-categories-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.product-categories-main .product-categories-content {
    background: #d01d23;
    width: 100%;
    padding: 12px 12px;
    text-align: center;
}

.product-categories-main {
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 30px;
}

.product-categories-main .product-categories-content h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: white;
}

.product-categories-main .product-categories-content p {
    color: white;
    line-height: 27px;
    margin: 10px 0px;
    font-size: 14px;
    font-weight: 600;
}

.product-categories-main .product-categories-content ul li {
    color: white;
    line-height: 27px;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    list-style: circle;
}

.product-categories {
    background: linear-gradient(100.88deg, #EBFFFE 0.6%, #FFF6EB 100%);
}

/* retailers support */
.retailers-support-main h4 {
    font-size: 35px;
    margin-bottom: 24px;
    font-weight: 700;
    font-family: 'Poppins';
    line-height: 50px;
}

.retailers-content-start h5 {
    font-weight: 500;
    font-family: 'Poppins';
    color: #d01d23;
}

.retailers-content-start p,
.retailers-content-start li {
    font-family: 'Poppins';
    color: rgb(49, 66, 89);
    line-height: 32px;
    font-size: 18px;
    font-weight: 500;
}

.retailers-image img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 32%);
}

.retailers-section .retailers-image {
    position: sticky;
    top: 25px;
}

/* retailers support */

/* ready to stock */
.readytostock {
    background-image: url(../imgs/ready-to-stock.webp);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: #0000009e;
    text-align: center;
    background-attachment: fixed;
}

.readytostock h3 {
    font-size: 56px;
    color: white;
    font-weight: 500;
    margin-bottom: 15px;
}

.readytostock p {
    color: white;
    font-size: 21px;
    line-height: 40px;
}

.readytostock .col-md-10 {
    margin: auto;
}

/* ready to stock */

@media(max-width:768px) {
    .what-we-offer .what-we-offer-content h5 {
        font-size: 14px;
    }

    .what-we-offer .what-we-offer-content p,
    .what-we-offer .what-we-offer-content ul li,
    .product-categories-main,
    .retailers-content-start p,
    .retailers-content-start li {
        line-height: 27px;
        font-size: 14px;
    }

    .product-categories-main .product-categories-content h4 {
        text-align: left;
        font-size: 18px;
    }

    .retailers-support-main h4 {
        font-size: 15px;
        margin-bottom: 23px;
        font-weight: 700;
        font-family: 'Poppins';
        line-height: 30px;
    }

    .retailers-image img {
        margin-bottom: 30px;
    }

    .readytostock h3 {
        font-size: 29px;
        line-height: 33px;
    }

    .readytostock p {
        color: white;
        font-size: 15px;
        line-height: 27px;
    }

    .get-in-touch .col-md-5 {
        margin-top: 70px;
        margin-left: -25px;
    }
}

@media(min-width:1000px) and (max-width:1500px) {
    .what-we-offer .what-we-offer-content h5 {
        font-size: 15px;
    }

    .what-we-offer .what-we-offer-content ul li,
    .what-we-offer .what-we-offer-content p,
    .why-pre-school .accordion-body {
        font-size: 16px;
    }

    .about-images img {
        width: 100%;
    }

    .product-categories-main .product-categories-content {
        height: 415px;
    }

    .product-categories-main .three-box-height {
        height: 235px;
    }

    .retailers-support-main h4 {
        font-size: 30px;
        margin-bottom: 25px;
        font-weight: 700;
        font-family: 'Poppins';
        line-height: 50px;
    }

    .retailers-content-start p, .retailers-content-start li {
        font-family: 'Poppins';
        color: rgb(49, 66, 89);
        line-height: 32px;
        font-size: 16px;
        font-weight: 500;
    }
}