section {
    background-image: url(../img/download.jfif) !important;
    background-size: cover;
    box-shadow: inset 0 0 0 4000px rgb(16 6 12 / 70%);
}
.education_page {
    padding: 40px 20px 70px;
}
.services_heading {
    color: #3775ff;
    font-size: 40px;
    padding: 20px 20px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 2px solid;
    font-weight: bold;
}
.for_bullet {
    padding: 0px 0px 0px 120px;
}
.card-title {
    color: white;
    font-weight: bold;
    padding: 28px 20px 7px;
}
.OurEdu {
    color: white;
    font-size: 30px;
}
.first_item {
    padding-top: 20px !important;
}
.servItem {
    font-size: 23px;
    letter-spacing: 1px; 
    color: white;
    padding: 10px 20px;
}
ul {
    padding-left: 0rem !important;
}

/* media queary */

@media screen and (max-width: 991px) {
    .OurEdu {
        line-height: 43px;
    }
    .for_bullet {
        padding: 0px 0px 0px 70px;
    }
}
@media screen and (max-width: 575px) {
    .servItem {
        font-size: 18px;
    }
    ul li{
        list-style: none;
    }
    .for_bullet {
        padding: 0px 20px 0px 20px;
    }
}

