.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;
    margin-bottom: 5px;
}

.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;
}


@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, .why-pre-school .accordion-body {
        line-height: 27px;
        font-size: 14px;
    }

    .why-pre-school .accordion-button {
        font-size: 14px;
    }

    .why-pre-school .pre-school-image img {
        width: 100%;
        border-radius: 36px;
        margin-bottom: 30px;
    }

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

@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%;
    }
}