.heading_oveline span {
  position: relative;
}

.heading_oveline span:before {
  position: absolute;
  top: 43px;
  left: 0;
  display: flex;
  gap: 18px;
  content: "";
  z-index: 999;
  background: #ef8acf;
  width: 100%;
  height: 16px;
}

/* <!-- Education-banner section  --> */
.education-banner {
  padding: 60px 0px 50px 0px;
  background-color: #000000;
}

.top-border-line {
  height: 14px;
  background-color: #fff;
}
.education-banner-heading {
  padding-top: 20px;
  font-family: "edge";
  font-weight: 500;
  font-size: 120px;
  line-height: 90%;

  color: #ffffff;
}
.banner-text-container {
  margin-top: 240px;
  border-top: 1px solid #ffffff99;
  padding-bottom: 23px;
}
.ed-banner-text {
  max-width: 914px;
  font-family: Inter;
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  color: #ffffff;
}
.ed-banner-image {
  width: 390px;
  height: auto;
  object-fit: cover;
}
/* <!-- Education-banner section end  --> */

/* <!-- Philosophy-container-section  --> */
.overview_section {
  margin-top: 16px;
}
.Philosophy-container {
  padding: 73px 0px 32px 0px;
}

.Philosophy-container-heading p {
  font-family: Inter;
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  color: #000000;
}

.Philosophy-container-text {
  font-family: Inter;
  font-weight: 300;
  font-size: 20px;
  line-height: 122%;
  color: #000000;
}

/* <!-- ----Philosophy-container-section end------ --> */

/* ------------------School-design-section---------------- */

.School-design-container {
  padding-top: 50px;
}
.School-design-topline {
  border-top: 1px solid #0000004d;
  padding-bottom: 8px;
}
.school-design-iamge img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.skill-section-heading {
  padding-bottom: 12px;
  padding-top: 32px;
}
.skill-section-heading p {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}
.skill-section-heading img {
  width: 24px;
  height: auto;
  object-fit: cover;
  margin-left: 16px;
  vertical-align: middle;
}
.skill-section-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000000;
  padding: 12px 0px 32px 0px;
}
.career-intro {
  border-top: 1px solid #0000004d;
}
/* ------------------School-design-section end---------------- */

/* -------------------- 767px Responsive Fix -------------------- */
@media (max-width: 767px) {
  .mobile-header-container {
    padding-right: 0px;
  }
  /* NAVBAR */
  .navbar {
    flex-direction: row;
    padding: 12px 16px;
  }
  .main-links {
    display: none !important;
  }
  .top-border-line {
    height: 8px;
  }

  /* BANNER SECTION */
  .education-banner {
    padding: 40px 0 18px 0;
  }

  .education-banner-heading {
    font-size: 56px;
    line-height: 90%;
    font-weight: 500;
  }

  .banner-text-container {
    margin-top: 80px;
    padding-bottom: 12px;
  }

  .ed-banner-text {
    font-size: 24px;
    width: 100%;
  }

  .ed-banner-image {
    width: 100%;
    margin-top: 30px;
  }

  /* School design */
  .School-design-heading {
    padding-bottom: 16px;
    font-size: 24px;
  }
  .School-design-text {
    font-size: 18px;
  }

  .skill-section-about {
    flex-direction: row;
    align-items: start;
    gap: 14px;
  }
  .School-design-container {
    padding-top: 20px;
  }

  .skill-section-heading {
    padding-top: 8px;
  }
  .school-design-iamge {
    margin-top: 28px;
  }

  .skill-section-heading p {
    font-size: 16px;
    line-height: 120%;
  }
  .skill-section-heading img {
    width: 16px;
    height: auto;
    object-fit: cover;
    margin-left: 15px;
    vertical-align: middle;
  }
  .skill-section-about img {
    width: 12px;
    height: auto;
    object-fit: cover;
  }
}
