/* heading */

.heading_oveline span {
  position: relative;
}

.heading_oveline span:before {
  position: absolute;
  top: 25px;
  left: 0;
  display: flex;
  gap: 18px;
  content: "";
  z-index: 999;
  background: #dde155;
  width: 100%;
  height: 10px;
}
.heading_oveline span.every:before {
  width: 307px;
  left: 7px;
  top: 26px;
}
.heading_oveline span.h:before {
  width: 39px;
  left: 31px;
  top: 26px;
}
.heading_oveline span.be:before {
  width: 139px;
  left: 7px;
  top: 26px;
}

/*-------------------- banner section-----------  */
.learning-banner-section {
  background-color: #2d6a5c;
  padding-top: 18px;
  padding-bottom: 38px;
}
.learning-banner-top {
  display: flex;
  justify-content: space-between;
}
.learning-heading {
  width: 782px;
}
.learning-heading p {
  font-weight: 500;
  font-size: 120px;
  line-height: 90%;
  font-family: "edge";
  color: #dde155;
}
.banner-image {
  display: flex;
  justify-content: flex-end;
  align-items: start;
}
.learning-banner-container {
  display: flex;
  flex-direction: column;
}

.learning-banner-text {
  margin-top: 77px;
  width: 782px;
}
.learning-banner-text p {
  color: #dddddd;
  font-family: Inter;
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
}

.mb-157 {
  margin-bottom: 157px;
}
/* video  */

.video-section-content {
  padding-top: 38px;
}

/* <!-- -----------QUICK FACTS SECTION --------- --> */

.career-intro {
  padding-top: 8px;
}
.companie-section-btn a {
  margin-top: 4px;
}
.quick-fact-section {
  margin-top: 82px;
  margin-bottom: 108px;
}
.quick-fact-heading {
  padding-bottom: 12px;
}
.quick-fact-heading p {
  color: #000000;
  font-family: Inter;
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
}
.facts-box {
  border-top: 1px solid #0000004d;
  padding-top: 4px;
}
.quick-section-subheading {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
}
.quick-section-text {
  color: #000000;
  font-family: Inter;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
}

/* <!--campus-design-section ------- --> */
.career-intro {
  margin-bottom: 0px;
  margin-top: 0px;
}
/* ---------------------------------
slider 
------------------------------------- */
.slider-container {
  padding-top: 40px;
}

/* ---------------------------------
slider end
------------------------------------- */

/*-------------- moments section---------  */
.moments-section {
  margin-top: 58px;
}
.top-border {
  padding-top: 8px;
  border-top: 1px solid #0000004d;
}
.break {
  display: block;
}

/* -----------moments section end--------  */

/* <!-- ---------Core council section----------  --> */

.Core-council-section {
  margin-top: 108px;
  margin-bottom: 45px;
}
.cards-container {
  grid-template-columns: repeat(4, 1fr);
}

/* <!-- ---------Core council section end----------  --> */

/* <!-- ------------Accommodation---------  --> */

.Accommodation-section {
  margin-top: 120px;
}

.support-list {
  padding-top: 8px;
  border-top: 1px solid #0000004d;
}
.support-list p {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 122%;
  margin-bottom: 45px;
}
.support-list-container {
  margin-top: 35px;
}
.Alumni-Community-section {
  margin-top: 67px;
}

@media only screen and (max-width: 767px) {
  .mb-12 {
    margin-bottom: 12px;
  }
  .career-intro .span-1 {
    grid-column: span 2;
  }
  .break {
    display: inline;
  }

  /* ----------banner section---------  */
  .heading_oveline span:before {
    top: 13px;
    left: 0;

    height: 5px;
  }
  .heading_oveline span.every:before {
    width: 146px;
    left: 1px;
    top: 13px;
  }
  .heading_oveline span.h:before {
    width: 19px;
    left: 14px;
    top: 13px;
  }
  .heading_oveline span.be:before {
    width: 61px;
    left: 7px;
    top: 13px;
  }
  .learning-banner-container {
    flex-direction: column;
  }
  .learning-banner-top {
    flex-direction: column;
  }
  .learning-banner-text {
    margin-top: 48px;
    width: 100%;
  }
  .learning-heading {
    width: 100%;
    margin-bottom: 28px;
  }
  .learning-heading p {
    font-size: 56px;
  }
  .learning-banner-text p {
    font-size: 24px;
  }
  .banner-image img {
    width: 100%;
  }
  /* ----------banner section end---------  */

  /* ---------quick-fact-section---------- */

  .quick-section-subheading,
  .quick-section-text {
    font-size: 16px;
  }
  .quick-fact-heading p {
    font-size: 24px;
  }
  .facts-box {
    border-top: 1px solid #0000004d;
    padding-top: 8px;
    padding-bottom: 24px;
  }
  .quick-fact-section {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  /* ---------quick-fact-section end---------- */

  .Accommodation-section {
    margin-top: 70px;
  }
  .support-list p {
    font-size: 16px;

    margin-bottom: 34px;
  }
  .Alumni-Community-section {
    margin-top: 28px;
  }
  .Core-council-section {
    margin-top: 48px;
  }

  /* moments section  */

  .moments-section {
    margin-top: 48px;
  }
  .moments-heading .span-1 {
    grid-column: span 2;
  }
  /* moments section end  */

  .Education-Pathways-section {
    padding-top: 48px;
    padding-bottom: 70px;
  }
  .student-founder-section {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  /* ------------companies section ------  */

  .industry-exprience-section {
    padding-top: 56px;
  }
  .companie-section {
    padding-top: 28px;
  }
  .companie-section .span-1 {
    grid-column: span 2;
  }

  .mb-157 {
    margin-bottom: 28px;
  }

  .cards-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
  }
}
