@media (max-width: 768px) {
  .admission-highlight {
    display: inline-block;
    background-color: #fdc808;
    color: #000 !important;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: bold !important;
    font-size: 1.4rem;
}

}

@media only screen and (max-width: 736px) {
    .bc-img01 {
        background-image: none !important;
        background-size: cover;
        padding-top: 0em;
        padding-bottom: 1em !important;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 736px) {
    .hero-sectionn .dsu-intro .contact_fild .npf_wgts iframe {
        min-height: 417px !important;
        overflow: hidden;
    }
    .card-title {
    font-size: 15px;
    margin: 0;
}
   
}

@media only screen and (max-width: 980px) {
    .naturings-sec .nurturing_box .nurtur_header {
        display: flex;
        justify-content: left;
        align-items: center;
        flex-direction: row;
        gap: 16px;
    }
}

