#get-ahead {
  font-family: Inter, sans-serif !important;
}

#get-ahead .wrapper {
  width: 96%;
}

#get-ahead .hero {
  width: 100%;
  background: url("//cdn.testingmom.com/img/get-ahead/hero.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
}

#get-ahead .hero .wrapper {
  width: 96%;
  max-width: 1420px;
}

#get-ahead .hero-info {
  max-width: 650px;
  padding: 130px 0;
}

#get-ahead .premium {
  color: #ffcb0f;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 22.4px */
  text-transform: uppercase;
}

#get-ahead .hero-info h1 {
  color: #fff;
  font-family: Inter, sans-serif !important;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 63.8px */
  text-align: left;
}

#get-ahead .hero-info p:nth-child(n + 2) {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}

#get-ahead .hero-info p:last-of-type {
  margin-bottom: 30px;
}

#get-ahead .choose,
#get-ahead .buttons .schedule {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 5px;
  background: #00b050;
  padding: 18px 64px;
  max-width: 302px;
  cursor: pointer;
  border: 1px #00b050 solid;
}

#get-ahead .buttons .schedule {
  color: #00b050;
  background: none;
}

#get-ahead .choose:hover,
#get-ahead .buttons .schedule:hover {
  background: #fff;
  color: #00b050;
}

#get-ahead .colored-divider {
  background: linear-gradient(to right,
      #ee4020 0,
      #ee4020 16.667%,
      #00bfd7 16.667%,
      #00bfd7 33.333%,
      #1f90dc 33.333%,
      #1f90dc 50%,
      #ee4020 50%,
      #ee4020 66.667%,
      #ffe224 66.667%,
      #ffe224 83.333%,
      #75b32e 83.333%,
      #75b32e 100%);
  width: 100%;
  height: 5px;
}

#get-ahead .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

#get-ahead .wrapper.info {
  margin: 100px auto 15px;
}

#get-ahead h2,
#get-ahead h3 {
  color: #2588cc;
  font-family: Inter, sans-serif !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
  margin-bottom: 50px;
  text-align: left;
}

#get-ahead .info .flex>div {
  max-width: 280px;
  flex-basis: 23%;
}

#get-ahead .info .flex>div.break {
  flex-basis: 0;
}

#get-ahead img {
  width: 100%;
}

#get-ahead .info h3 {
  font-size: 22px;
  font-family: Inter, sans-serif !important;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 30.8px */
  margin: 20px 0;
}

#get-ahead .info p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}

#get-ahead .programs {
  background: linear-gradient(180deg,
      #fff 0,
      #fff 140px,
      #0c6099 140px,
      #0c6099 calc(100% - 140px),
      #fff calc(100% - 140px),
      #fff 100%);
}

#get-ahead .programs h2 {
  text-align: center;
  margin-bottom: 5px;
  max-width: 90%;
  margin: 0 auto 5px;
}

#get-ahead .programs ul {
  max-width: 600px;
  margin: 10px auto 20px;
  font-size: 17px;
}

#get-ahead .programs .wrapper>p {
  text-align: center;
  font-size: 20px;
}

#get-ahead .programs .wrapper {
  position: relative;
  border-radius: 10px;
  background: #e8f6fa;
  padding: 120px 0;
}

#get-ahead .programs .wrapper>.flex {
  margin: 50px 120px;
  border-bottom: 1px solid #d2e2e8;
  justify-content: space-between;
  padding: 0 175px;
}

#get-ahead .programs .flex>div {
  display: flex;
  justify-content: space-between;
  flex-basis: 375px;
  margin-bottom: 60px;
  font-size: 18px;
}

#get-ahead .programs .flex>div p:first-child {
  font-size: 20px;
}

#get-ahead .programs .flex>div .icon {
  flex-basis: 70px;
  width: 70px;
  height: 70px;
  /*background: url(//cdn.testingmom.com/img/get-ahead/icons.png);*/
  background-size: 400% 100%;
}

#get-ahead .programs .flex>div>div:last-child {
  flex-basis: 290px;
}

#get-ahead .package {
  background-color: #fff;
  border-radius: 10px;
  width: 1180px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 18px;
}

#get-ahead .package img {
  width: 46px;
  height: 46px;
  display: inline-block;
  vertical-align: middle;
}

#get-ahead .package .title {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='340' height='140' viewBox='0 0 340 140' fill='none'%3E%3Cpath d='M0 10C0 4.47716 4.47715 0 10 0H283.646L340 140H10C4.47716 140 0 135.523 0 130V10Z' fill='%232588CC'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  flex-basis: 340px;
  color: #fff;
  padding: 28px 40px;
  font-size: 22px;
}

#get-ahead .package .title p {
  margin: 0;
}

#get-ahead .package .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: calc(100% - 340px);
}

#get-ahead .package .info p {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  margin-bottom: 0;
  margin-left: 5px;
}

#get-ahead .package .buy {
  padding-right: 30px;
}

#get-ahead .package .buy a {
  border-radius: 5px;
  background: #00b050;
  color: #fff;
  font-family: Inter, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 22.4px */
  text-transform: uppercase;
  padding: 13px 45px;
}

#get-ahead .package .price {
  leading-trim: both;
  text-edge: cap;
  font-family: Inter, sans-serif !important;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 58.8px */
  padding: 20px 40px;
}

#get-ahead .package .or {
  font-size: 16px;
  padding: 0 25px;
  font-weight: 600;
}

#get-ahead .package .sessions p {
  width: 120px;
}

#get-ahead .additions {
  max-width: 96%;
  width: 800px;
  margin: 0 auto 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}

#get-ahead .additions .flex {
  font-weight: 600;
  justify-content: space-around;
}

#get-ahead .additions .fas {
  color: #0abfd6;
}

#get-ahead .schedule-now {
  width: 100%;
  background-color: #fbfeff;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#get-ahead.get-ahead .schedule-now {
  padding: 40px 0;
}

#get-ahead .schedule-now h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}

#get-ahead .schedule-now p {
  text-align: center;
  font-family: Inter, sans-serif, Helvetica, Arial, sans-serif !important;
  font-size: 18px;
}

#get-ahead .calendly-link {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: right;
}

#get-ahead .calendly-link img {
  cursor: pointer;
  border-top: 25px solid #2588cc;
  border-bottom: 25px solid #2588cc;
  border-right: 35px solid #2588cc;
  border-left: 35px solid #2588cc;
  border-radius: 25px;
}

#get-ahead .calendly-inline-widget {
  height: 680px;
  width: 100%;
  margin: -40px auto 0;
}

#get-ahead .more-info {
  max-width: 740px;
}

#get-ahead .more-info h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

#get-ahead .hero2 {
  background-image: url(//cdn.testingmom.com/img/get-ahead/hero-2.jpg);
  background-size: 100%;
  padding-bottom: 33%;
  width: 100%;
  margin: 20px 0 100px;
}

#get-ahead .tutors-testimonials h3 {
  color: #2588cc;
  font-family: Inter, sans-serif !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 36px */
}

#get-ahead .tutors-testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}

#get-ahead .tutors-testimonials .tutors-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#get-ahead .tutors-testimonials .tutors-header .section-title {
  margin-bottom: 0;
}

#get-ahead .tutors-testimonials .arrows {
  display: flex;
  justify-content: space-between;
  width: 110px;
  margin-right: 2%;
  margin-left: 10px;
}

#get-ahead .tutors-testimonials .arrow {
  font-size: 30px;
  color: #ccd3d6;
  cursor: pointer;
}

#get-ahead .tutors-testimonials .arrow:hover {
  color: #646569;
}

#get-ahead .tutors-testimonials .tutors {
  flex-basis: calc(100% - 100px);
  padding-bottom: 20px;
}

#get-ahead .tutors-testimonials>div:last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

#get-ahead .tutors-testimonials .tutor-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

#get-ahead .tutors-testimonials .tutor-list .profile-image img {
  margin: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  float: none;
  object-fit: cover;
  aspect-ratio: 1;
}

#get-ahead .tutors-testimonials .tutor-list>li:nth-child(n + 6) {
  display: none;
}

#get-ahead .tutors-testimonials .tutor-list .tutor-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 20%;
}

#get-ahead .tutors-testimonials .tutor-list a {
  color: #000000;
}

#get-ahead .tutors-testimonials .tutor-info {
  padding: 0 20px;
}

.profile-image {
  width: 220px;
}

.profile-image img {
  width: 200px;
  border-radius: 50%;
  margin-right: 20px;
  float: left;
}

#get-ahead .bottom {
  background: #0c6099;
  color: #fff;
  padding: 60px;
}

#get-ahead .bottom p {
  color: #fff;
  font-family: Inter, sans-serif !important;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 33.8px */
  width: 500px;
}

#get-ahead .bottom .buttons {
  display: flex;
  width: 600px;
  justify-content: space-between;
  align-items: center;
}

#get-ahead.summer .package .break {
  flex-basis: 100%;
}

#get-ahead.summer .package .info {
  justify-content: center;
  flex-wrap: wrap;
}

#get-ahead .price.strike {
  text-decoration: line-through;
  font-weight: bold;
  color: #d00;
}

#get-ahead section p:first-of-type,
#get-ahead section p:last-of-type {
  font-weight: bold;
  font-size: 1.25em;
}

#get-ahead section {
  font-size: 1.25em;
  padding: 60px 40px;
  background-position: right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

#get-ahead section:nth-of-type(2n) {
  background-color: #e6eef1;
}

#get-ahead section h2 {
  width: 50%;
}

#get-ahead section h3 {
  font-size: 40px;
  margin-bottom: 20px;
  width: 50%;
}

#get-ahead section p {
  width: 50%;
}

#get-ahead section:nth-of-type(2n -1) p,
#get-ahead section:nth-of-type(2n - 1) h3,
#get-ahead section:nth-of-type(2n - 1) h2 {
  margin-left: 50%;
}

#get-ahead.summer .wrapper.info {
  margin-top: 50px;
}

#get-ahead section:nth-of-type(2n - 1) {
  background-position: left;
}

#get-ahead section:nth-of-type(1) {
  background-image: url("//cdn.testingmom.com/img/tutoring/summer-skills-0.jpeg");
}

#get-ahead section:nth-of-type(2) {
  background-image: url("//cdn.testingmom.com/img/tutoring/summer-skills-1.jpg");
}

#get-ahead section:nth-of-type(3) {
  background-image: url("//cdn.testingmom.com/img/tutoring/summer-skills-2.jpg");
}

#get-ahead section:nth-of-type(4) {
  background-image: url("//cdn.testingmom.com/img/tutoring/summer-skills-3.jpg");
}

#get-ahead section:nth-of-type(5) {
  background-image: url("//cdn.testingmom.com/img/tutoring/summer-skills-4.jpg");
}

/* ========= New Get Ahead Tutoring Styles ========= */

/* Hero Section */

#get-ahead-tutoring,
#get-ahead-tutoring * {
  font-family: Inter, sans-serif !important;
}

#get-ahead-tutoring .head-tutoring-hero {
  background-image: linear-gradient(90deg, #0E5484 0%, rgba(14, 84, 132, 0) 100%), url("http://cdn.testingmom.com/assets/website/images/hero-bg.svg");
  background-size: cover;
  background-position: center;
  padding-top: 80px;
}

#get-ahead-tutoring .get-ahead-tutoring-description {
  font-size: 22px;
  color: #000000;
  line-height: 28px;
  margin-top: 20px;
  font-weight: 400;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}

#get-ahead-tutoring .hero-content {
  max-width: 666px;
  padding-top: 70px;
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}

#get-ahead-tutoring .hero-content .sub-title {
  font-size: 34px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  margin-bottom: 15px;
}

#get-ahead-tutoring .hero-content h1 {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding-top: 20px;
  margin-bottom: 10px;
  text-align: left;
  font-family: Inter, sans-serif !important;
}

#get-ahead-tutoring .hero-content h2 {
  font-size: 38px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  margin-bottom: 20px;
  text-align: left;
  line-height: 40px;
  font-family: Inter, sans-serif !important;
}

#get-ahead-tutoring .description-heading {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif !important;
}

#get-ahead-tutoring .hero-content p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  line-height: 25px;
  margin-top: 10px;
  font-family: Inter, sans-serif !important;
}

#get-ahead-tutoring .hero-content button,
#get-ahead-tutoring .choose-program-btn {
  margin-top: 30px;
  background-color: #00b050;
  color: white;
  padding: 14px 60px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  font-weight: bold;
}

#get-ahead-tutoring .cloud-image {
  width: 100%;
  height: auto;
  z-index: 3;
  position: relative;
  display: block;
}

#get-ahead-tutoring .hero-wrapper {
  position: relative;
}

#get-ahead-tutoring .hero-right-images {
  position: relative;
  width: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#get-ahead-tutoring .hero-right {
  position: absolute;
  bottom: 30%;
  right: 0;
}

#get-ahead-tutoring .circles-image {
  position: absolute;
  width: 100%;
}

#get-ahead-tutoring .tutoring-image {
  position: absolute;
  width: 380px;
}

/* Get Ahead Tutoring Section */
#get-ahead-tutoring .get-ahead-tutoring {
  background-color: white;
  position: relative;
  z-index: 4;
}

/* Choose The Program Section */
#get-ahead-tutoring .choose-the-program {
  margin-top: 80px;
}

#get-ahead-tutoring .choose-the-program h2 {
  text-align: center;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 20px;
  color: #0E5484;
  font-weight: 700;
}

#get-ahead-tutoring .choose-the-program-subtitle {
  text-align: center;
  font-size: 20px;
  color: #000000;
  margin-bottom: 40px;
  font-weight: 400;
}

#get-ahead-tutoring .choose-the-program-grid {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 20px;
  margin: 0 auto;
  justify-content: center;
  max-width: 1100px;
}

#get-ahead-tutoring .program-card {
  background: white;
  border-radius: 16px;
  padding: 30px;
  border: 1px solid #e0e0e0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  position: relative;
}

#get-ahead-tutoring .choose-the-program-grid .program-card:nth-child(1) {
  background: #E8F4D9;
}

#get-ahead-tutoring .choose-the-program-grid .program-card:nth-child(2) {
  background: #CCEFFC;
}

#get-ahead-tutoring .choose-the-program-grid .program-card:nth-child(3) {
  background: #FBCCE8;
}

#get-ahead-tutoring .choose-the-program-grid .program-card:nth-child(4) {
  background: #E0D5E9;
}

#get-ahead-tutoring .choose-the-program-grid .program-card:nth-child(5) {
  background: #E9F7F6;
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 100%;
}

#get-ahead-tutoring .choose-the-program-grid .program-card:last-child ul {
  padding-bottom: 0;
  margin-bottom: 20px;
}

#get-ahead-tutoring .choose-the-program-grid .program-card:last-child {
  display: flex;
  flex-direction: column;
}

#get-ahead-tutoring .science-buttons-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 40px;
}

#get-ahead-tutoring .program-card-btn.last-btn {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
  flex: 1;
  min-width: 200px;
}

#get-ahead-tutoring .program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}

#get-ahead-tutoring .program-card h3 {
  font-size: 32px;
  color: #0E5484;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 0;
  text-align: center;
}

#get-ahead-tutoring .program-card-subtitle {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 12px;
}

#get-ahead-tutoring .program-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  padding-bottom: 60px;
}

#get-ahead-tutoring .program-card ul li {
  font-size: 18px;
  color: black;
  line-height: 1.6;
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
  font-weight: 400;
}

#get-ahead-tutoring .program-card ul li::before {
  content: "•";
  position: absolute;
  left: 8px;
  color: #0E5484;
  font-weight: bold;
  font-size: 18px;
}

#get-ahead-tutoring .program-card-btn {
  width: fit-content;
  background-color: #0E5484;
  color: white;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  margin-left: auto;
  margin-right: auto;
}

#get-ahead-tutoring .program-card-btn:hover {
  background-color: #0a3d5f;
}

#get-ahead-tutoring .get-ahead-tutoring-section {
  background-color: #fff;
}

#get-ahead-tutoring .get-ahead-tutoring h2,
#get-ahead-tutoring .choose-program h2 {
  text-align: center;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 0;
  color: #0E5484;
}

#get-ahead-tutoring .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
}

#get-ahead-tutoring .cards-grid .card {
  background: white;
  border-radius: 28px;
  padding: 10px 10px 20px 10px;
  box-shadow: 0px 0px 5.4px -1.35px rgba(16, 24, 40, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 30px;
  border: 1px solid #d9d9d9;
}

#get-ahead-tutoring .cards-grid .card:hover {
  transform: translateY(-4px);
}

#get-ahead-tutoring .cards-grid .card-image {
  width: 100%;
  height: 252px;
  object-fit: cover;
  border-radius: 28px;
  margin-bottom: 16px;
}

#get-ahead-tutoring .cards-grid .card-title {
  font-size: 16px;
  font-weight: bold;
  color: #191b1a;
  margin-bottom: 12px;
  line-height: 1.3;
  padding-left: 12px;
}

#get-ahead-tutoring .cards-grid .card-description {
  font-size: 14px;
  color: black;
  line-height: 1.6;
  font-weight: 500;
  padding-left: 12px;
}

/* Additional Features Section */
#get-ahead-tutoring .additional-features-section {
  position: relative;
  overflow: hidden;
}

#get-ahead-tutoring .top-left-shape {
  position: absolute;
  top: -10px;
  left: 0;
  width: 288px;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

#get-ahead-tutoring .right-center-shape {
  position: absolute;
  right: 0;
  width: 226px;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  top: 0;
}

#get-ahead-tutoring .left-bottom-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 235px;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

#get-ahead-tutoring .additional-features-section .main-container {
  position: relative;
  z-index: 1;
}

/* Additional Box */
#get-ahead-tutoring .Additional-box {
  border-radius: 16px;
  background-color: #eef3f7;
  padding: 40px;
  margin-top: 40px;
}

#get-ahead-tutoring .Additional-box h2 {
  font-size: 40px;
  font-weight: bold;
  color: #0E5484;
  margin-bottom: 12px;
}

#get-ahead-tutoring .Additional-box p {
  font-size: 20px;
  color: black;
  line-height: 1.6;
  font-weight: 400;
}

/* Exclusive Text and List Section */
#get-ahead-tutoring .exclusive-text {
  font-size: 40px;
  color: #0e5484;
  font-weight: bold;
  text-align: center;
  max-width: 800px;
  margin: 80px auto 40px auto;
  padding: 0px 20px;
}

#get-ahead-tutoring .list-section-container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

#get-ahead-tutoring .list-section {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

#get-ahead-tutoring .list-section img {
  width: 24px;
  height: 24px;
}

#get-ahead-tutoring .list-section p {
  font-size: 18px;
  color: black;
  font-weight: 400;
  margin-bottom: 16px;
}

#get-ahead-tutoring .schedule-text-div {
  font-size: 28px;
  color: #0E5484;
  font-weight: 600;
  text-align: center;
  margin-top: 60px;
  background-color: #E8F4D9;
  border-radius: 16px;
  padding: 40px 80px;
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#get-ahead-tutoring .ready-text {
  font-size: 24px;
  color: black;
  font-weight: 600;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

#get-ahead-tutoring .price-text {
  font-size: 18px;
  color: black;
  font-weight: 400;
  text-align: center;
  margin-top: 0px;
}

#get-ahead-tutoring .price-text-button {
  display: block;
  margin: 20px auto;
  width: fit-content;
  background-color: #0e5484;
  color: #fff;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background-color .3s ease;
}

/* Choose Program Section */
#get-ahead-tutoring .choose-program {
  margin-top: 80px;
}

#get-ahead-tutoring .choose-program p {
  text-align: center;
  font-size: 24px;
  color: black;
  line-height: 1.6;
  font-weight: 500;
}

#get-ahead-tutoring .choose-program-card {
  max-width: 226px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#get-ahead-tutoring .choose-program-card img,
#get-ahead-tutoring .choose-program-image {
  width: 150px;
  height: 150px;
}

#get-ahead-tutoring .choose-program-card h3 {
  text-align: center;
  font-size: 18px;
  color: black;
  line-height: 1.6;
  font-weight: 600;
}

#get-ahead-tutoring .choose-program-card p {
  text-align: center;
  font-size: 15px;
  color: black;
  line-height: 1.6;
  font-weight: 500;
}

#get-ahead-tutoring .choose-program-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-wrap: wrap;
  max-width: 900px;
  margin: auto;
}

/* Schedule Section */
#get-ahead-tutoring .schedule-section h2 {
  text-align: center;
  font-size: 40px;
  line-height: 120%;
  margin-top: 60px;
  margin-bottom: 0;
  color: #0E5484;
}

#get-ahead-tutoring .schedule-section {
  padding-bottom: 60px;
}

#get-ahead-tutoring .schedule-section p {
  text-align: center;
  font-size: 24px;
  color: black;
  line-height: 1.6;
  font-weight: 500;
}

#get-ahead-tutoring .consultation-container {
  background: #fff;
  width: 100%;
}

/* Tutors Section */
#get-ahead-tutoring .tutors-section {
  background: #f9f9f9;
  max-width: 100%;
}

#get-ahead-tutoring .our-tutors {
  padding-top: 0px;
  padding-bottom: 20px;
}

#get-ahead-tutoring .our-tutors .meet {
  font-size: 20px;
  font-weight: bold;
  color: #3c3d3c;
  text-align: center;
  padding-top: 20px;
}

#get-ahead-tutoring .our-tutors h2,
#get-ahead-tutoring .our-tutors-title {
  font-size: 48px;
  font-weight: bold;
  color: #191b1a;
  text-align: center;
  margin-bottom: 0;
}

#get-ahead-tutoring .our-tutors .tutors {
  color: #0e5484;
}

#get-ahead-tutoring .tutor-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  transition: transform 0.3s ease;
  box-shadow: 0px 0px 8px -2px rgba(16, 24, 40, 0.1);
}

#get-ahead-tutoring .tutor-card:hover {
  transform: translateY(-4px);
}

#get-ahead-tutoring .tutors-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 4fr));
  gap: 32px;
  margin-top: 48px;
}

#get-ahead-tutoring .tutor-card img,
#get-ahead-tutoring .tutor-image {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  display: flex;
  margin: 30px auto;
  object-fit: cover;
}

#get-ahead-tutoring .tutor-card h3,
#get-ahead-tutoring .tutor-name {
  font-size: 20px;
  font-weight: 600;
  color: #191b1a;
  margin-top: 70px;
  margin-bottom: 0;
  text-align: center;
}

#get-ahead-tutoring .tutor-card p,
#get-ahead-tutoring .tutor-subject {
  font-size: 16px;
  color: #0E5484;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  display: block;
}

#get-ahead-tutoring .view-all-btn {
  color: #fff;
  height: 54px;
  border: none;
  border-radius: 12px;
  border: 1px solid #0e5484;
  color: #0e5484;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  margin: 60px auto 0 auto;
  display: block;
  padding: 0 40px;
  background-color: #f9f9f9;
  max-width: fit-content;
  align-content: center;
}

#get-ahead-tutoring .view-all-btn:hover {
  background-color: #0e5484;
  color: #fff;
}

/* Elevate Section */
#get-ahead-tutoring .elevate-section {
  background: #0e5484;
  border-radius: 24px;
  position: relative;
  padding: 100px 16px;
}

#get-ahead-tutoring .session-padding {
  padding: 60px;
}

#get-ahead-tutoring .elevate-section h2 {
  font-size: 60px;
  line-height: 75px;
  margin: 0 auto 10px auto;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  max-width: 862px;
  position: relative;
  z-index: 2;
}

#get-ahead-tutoring .elevate-choose-btn {
  width: 180px;
  height: 54px;
  background-color: #fff;
  border-radius: 12px;
  font-size: 15px;
  color: #03010d;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 2;
  border: none;
}

#get-ahead-tutoring .elevate-schedule-btn {
  background-color: #0e5484;
  border-radius: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  height: 54px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  padding: 0px 20px;
}

#get-ahead-tutoring .elevate-schedule-btn:hover {
  background-color: #fff;
  color: #03010d;
}

#get-ahead-tutoring .elevate-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

#get-ahead-tutoring .top-left {
  position: absolute;
  top: 50px;
  left: 10%;
  width: 70px;
  height: 70px;
  z-index: 1;
}

#get-ahead-tutoring .top-right {
  position: absolute;
  top: 40px;
  right: 100px;
  width: 83px;
  height: 83px;
  z-index: 1;
}

#get-ahead-tutoring .bottom-left {
  position: absolute;
  bottom: 100px;
  left: 200px;
  width: 83px;
  height: 83px;
  z-index: 1;
}

#get-ahead-tutoring .bottom-right {
  position: absolute;
  bottom: 100px;
  right: 200px;
  width: 83px;
  height: 83px;
  z-index: 1;
}

/* ========= Programs Encompass Section ========= */
#get-ahead-tutoring .programs-encompass-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 60px;
}

#get-ahead-tutoring .features-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: auto;
  flex-wrap: wrap;
}

#get-ahead-tutoring .features {
  display: flex;
  align-items: center;
  gap: 10px;
}

#get-ahead-tutoring .features p {
  font-size: 21px;
  color: black;
}

#get-ahead-tutoring .features img {
  width: 24px;
  height: 24px;
}

#get-ahead-tutoring .features span {
  font-size: 21px;
  color: black;
}

/* ========= Program Container ========= */
#get-ahead-tutoring .program-container {
  display: grid;
  grid-template-columns: 2fr 2fr;
  background: #fff;
  overflow: hidden;
  width: 100%;
  margin-top: 35px;
}

/* Left Side */
#get-ahead-tutoring .program-left {
  background: url("https://cdn.testingmom.com/assets/website/head-tutoring/Semester-bg.svg") no-repeat center/cover;
  padding: 100px 70px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
}

#get-ahead-tutoring .change-bg {
  background: url("https://cdn.testingmom.com/assets/website/head-tutoring/pricing1.svg") no-repeat center/cover;
}

#get-ahead-tutoring .program-left .tag {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: black;
}

#get-ahead-tutoring .program-left .title {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 10px;
  color: black;
  text-align: left;
  max-width: 350px;
  line-height: 60px;
}

#get-ahead-tutoring .before-price {
  text-decoration: line-through;
  color: #848484;
  margin-right: 10px;
  font-size: 40px;
}

#get-ahead-tutoring .program-left .subtitle {
  font-size: 24px;
  font-weight: 500;
  color: black;
}

/* Right Side */
#get-ahead-tutoring .program-right {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 100px 70px;
}

#get-ahead-tutoring .program-right-content {
  max-width: 311px;
}

#get-ahead-tutoring .session {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

#get-ahead-tutoring .session img {
  width: 50px;
  height: 50px;
}

#get-ahead-tutoring .session p {
  font-size: 18px;
  color: black;
  font-weight: 500;
  margin: 0;
}

#get-ahead-tutoring .or {
  font-size: 18px;
  color: #4e4e4e;
  text-align: left;
  padding-left: 120px;
}

#get-ahead-tutoring .price {
  font-size: 60px;
  font-weight: bold;
  color: black;
  text-align: left;
  margin-top: 20px;
}

#get-ahead-tutoring .buy-btn {
  background: #0e5484;
  color: #fff;
  height: 50px;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.3s ease;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}

/* Package Pricing Section */
#get-ahead-tutoring .packages-pricing {
  margin-top: 80px;
  margin-bottom: 80px;
}

#get-ahead-tutoring .packages-title {
  font-size: 40px;
  font-weight: bold;
  color: #0e5484;
  text-align: center;
  margin-bottom: 10px;
}

#get-ahead-tutoring .packages-subtitle {
  font-size: 20px;
  color: #666;
  text-align: center;
  margin-bottom: 50px;
}

#get-ahead-tutoring .packages-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

#get-ahead-tutoring .package-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid #e9e9e9;
}

#get-ahead-tutoring .package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
}

#get-ahead-tutoring .package-header {
  background: linear-gradient(135deg, #0e5484 0%, #1a7bb5 100%);
  padding: 30px 20px;
  text-align: center;
}

#get-ahead-tutoring .package-name {
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin: 0 0 10px 0;
}

#get-ahead-tutoring .package-hours {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

#get-ahead-tutoring .package-body {
  padding: 30px 20px;
}

#get-ahead-tutoring .package-sessions {
  margin-bottom: 30px;
}

#get-ahead-tutoring .session-option {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

#get-ahead-tutoring .session-option img {
  width: 40px;
  height: 40px;
}

#get-ahead-tutoring .session-option span {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

#get-ahead-tutoring .or-text {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin: 10px 0;
}

#get-ahead-tutoring .package-price {
  text-align: center;
  margin: 30px 0;
}

#get-ahead-tutoring .price-amount {
  font-size: 48px;
  font-weight: bold;
  color: #0e5484;
}

#get-ahead-tutoring .package-buy-btn {
  display: block;
  width: 100%;
  padding: 15px;
  background: #00b050;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s ease;
  border: none;
  cursor: pointer;
}

#get-ahead-tutoring .package-buy-btn:hover {
  background: #009040;
  color: white;
}

#get-ahead-tutoring .no-packages {
  text-align: center;
  font-size: 18px;
  color: #666;
  padding: 40px;
  text-align: center;
}

/* ========= Media Queries (sorted largest to smallest) ========= */

@media (max-width: 1420px) {
  #get-ahead .programs .wrapper>.flex {
    padding: 0 50px;
  }
}

@media (max-width: 1360px) {
  #get-ahead-tutoring .top-left {
    top: 24px;
    left: 4%;
  }

  #get-ahead-tutoring .top-right {
    top: 10px;
    right: 12px;
  }

  #get-ahead-tutoring .bottom-left {
    bottom: 30px;
    left: 28px;
  }

  #get-ahead-tutoring .bottom-right {
    bottom: 30px;
    right: 28px;
  }
}

@media (max-width: 1300px) {
  #get-ahead .package {
    width: 96%;
  }

  #get-ahead .package .info {
    flex-wrap: wrap;
    justify-content: center;
  }

  #get-ahead .package .break {
    flex-basis: 100%;
  }
}

@media (max-width: 1200px) {
  #get-ahead .hero-info {
    padding: 60px 0;
    width: 500px;
  }

  #get-ahead .hero-info h1 {
    font-size: 40px;
  }

  #get-ahead .programs .wrapper>.flex {
    margin: 50px 20px;
  }

  #get-ahead .programs .wrapper {
    padding: 50px 0;
  }

  #get-ahead .hero-info p:nth-child(n + 2) {
    font-size: 16px;
  }

  #get-ahead .wrapper.info {
    margin: 20px auto;
  }

  #get-ahead .info h2 {
    text-align: center;
  }

  #get-ahead .info .flex {
    justify-content: center;
  }

  #get-ahead .tutors-testimonials .tutor-list>li:nth-child(n + 5) {
    display: none;
  }
}

@media (max-width: 1150px) {
  #get-ahead-tutoring .head-tutoring-hero {
    padding-top: 60px;
  }

  #get-ahead-tutoring .hero-content {
    max-width: 500px;
    padding-bottom: 80px;
  }

  #get-ahead-tutoring .hero-content .sub-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  #get-ahead-tutoring .hero-content h1 {
    font-size: 32px;
    line-height: 40px;
    padding-top: 15px;
    margin-bottom: 8px;
  }

  #get-ahead-tutoring .hero-content h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }

  #get-ahead-tutoring .hero-content p {
    font-size: 16px;
    line-height: 26px;
  }

  #get-ahead-tutoring .hero-right-images {
    width: 500px;
  }

  #get-ahead-tutoring .tutoring-image {
    position: absolute;
    width: 341px;
  }

  #get-ahead-tutoring .choose-program-card-container {
    gap: 40px;
  }

  #get-ahead-tutoring .get-ahead-tutoring {
    margin-top: -50px;
  }

  #get-ahead-tutoring .get-ahead-tutoring h2,
  #get-ahead-tutoring .choose-program h2 {
    font-size: 28px;
    margin-top: 40px;
  }

  #get-ahead-tutoring .choose-program p {
    font-size: 18px;
  }

  #get-ahead-tutoring .schedule-section h2 {
    font-size: 24px;
    margin-top: 20px;
  }

  #get-ahead-tutoring .our-tutors {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #get-ahead-tutoring .our-tutors h2 {
    font-size: 28px;
  }

  #get-ahead-tutoring .tutors-container {
    margin-top: 20px;
  }

  #get-ahead-tutoring .packages-title {
    font-size: 28px;
  }

  #get-ahead-tutoring .packages-subtitle {
    font-size: 16px;
  }

  #get-ahead-tutoring .packages-container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  #get-ahead-tutoring .elevate-section h2 {
    font-size: 36px;
    line-height: 42px;
    max-width: 600px;
    margin-top: 40px;
  }

  #get-ahead-tutoring .elevate-section {
    padding: 100px 16px 150px 16px;
  }
}

@media (max-width: 1024px) {
  #get-ahead-tutoring .programs-encompass-title {
    font-size: 21px;
    margin-top: 40px;
  }

  #get-ahead-tutoring .tutor-card h3,
  #get-ahead-tutoring .tutor-name {
    margin-top: 40px;
  }

  #get-ahead-tutoring .tutor-card img,
  #get-ahead-tutoring .tutor-image {
    margin: 0px auto;
  }

  #get-ahead-tutoring .schedule-section p {
    font-size: 18px;
    margin-top: 12px;
    line-height: 20px;
  }

  #get-ahead-tutoring .right-center-shape,
  #get-ahead-tutoring .left-bottom-shape {
    width: 150px;
  }

  #get-ahead-tutoring .Additional-box {
    margin-top: 40px;
  }

  #get-ahead-tutoring .program-left .title {
    font-size: 52px;
    line-height: 60px;
  }

  #get-ahead-tutoring .price {
    font-size: 52px;
  }

  #get-ahead-tutoring .cloud-image {
    z-index: 9;
  }
}

@media (max-width: 950px) {
  #get-ahead .info .flex>div {
    flex-basis: 48%;
  }

  #get-ahead .tutors-testimonials .tutor-list>li:nth-child(n + 4) {
    display: none;
  }

  #get-ahead .programs .flex {
    justify-content: center;
  }

  #get-ahead .programs .flex>div {
    flex-basis: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }

  #get-ahead .programs .flex>div .icon {
    margin-right: 10px;
  }
}

@media (max-width: 900px) {
  #get-ahead-tutoring .head-tutoring-hero {
    overflow: hidden;
    padding-top: 40px;
  }

  #get-ahead-tutoring .top-left {
    width: 50px;
  }

  #get-ahead-tutoring .top-right,
  #get-ahead-tutoring .bottom-left,
  #get-ahead-tutoring .bottom-right {
    width: 63px;
  }

  #get-ahead-tutoring .elevate-section h2 {
    margin-top: 20px;
  }

  #get-ahead-tutoring .no-packages {
    padding: 20px;
  }

  #get-ahead-tutoring .hero-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  #get-ahead-tutoring .hero-right {
    position: relative;
    margin-bottom: -125px;
  }

  #get-ahead-tutoring .circles-image {
    position: relative;
  }

  #get-ahead-tutoring .hero-content {
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 0px;
  }

  #get-ahead-tutoring .hero-content h1 {
    padding-top: 10px;
  }

  #get-ahead-tutoring .consultation-container {
    grid-template-columns: repeat(1, 1fr);
    padding: 16px;
  }

  #get-ahead-tutoring .consultation-right {
    align-items: center;
  }

  #get-ahead-tutoring .calendar {
    padding: 12px;
  }

  #get-ahead-tutoring .packages-container {
    grid-template-columns: 1fr;
  }

  #get-ahead-tutoring .package-card {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 840px) {
  #get-ahead .package {
    display: block;
  }

  #get-ahead .package .title {
    background: #2589cd;
    justify-content: space-between;
    align-items: center;
  }

  #get-ahead .package .title p {
    display: inline-block;
    margin: 0;
  }

  #get-ahead .package .title p:last-of-type:before {
    content: " \2013  ";
  }

  #get-ahead .package .info {
    padding: 20px;
  }

  #get-ahead .programs .wrapper {
    padding: 20px 0;
  }

  #get-ahead .tutors-testimonials .tutor-list>li:nth-child(n + 3) {
    display: none;
  }

  #get-ahead .choose,
  #get-ahead .schedule {
    padding: 10px 30px;
  }
}

@media (max-width: 800px) {
  #get-ahead-tutoring .right-center-shape,
  #get-ahead-tutoring .left-bottom-shape {
    display: none;
  }
}

@media (max-width: 768px) {
  #get-ahead-tutoring .science-buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  #get-ahead-tutoring .program-card-btn.last-btn {
    width: 100%;
    margin-bottom: 10px;
  }

  #get-ahead-tutoring .program-card-btn.last-btn:last-child {
    margin-bottom: 0;
  }

  #get-ahead-tutoring .program-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #get-ahead-tutoring .choose-the-program-grid {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  #get-ahead-tutoring .get-ahead-tutoring-description,
  #get-ahead-tutoring .Additional-box p {
    font-size: 18px;
  }

  #get-ahead-tutoring .choose-the-program-grid .program-card:nth-child(5) {
    max-width: 100%;
  }

  #get-ahead-tutoring .get-ahead-tutoring-description {
    margin-bottom: 0px;
  }

  #get-ahead-tutoring .schedule-section {
    padding-bottom: 0px;
  }

  #get-ahead-tutoring .schedule-text-div {
    font-size: 24px;
    padding: 20px 20px;
    margin-top: 40px;
  }

  #get-ahead-tutoring .choose-the-program-subtitle {
    font-size: 18px;
  }

  #get-ahead-tutoring .program-card {
    padding: 24px;
  }

  #get-ahead-tutoring .choose-program-card img,
  #get-ahead-tutoring .choose-program-image {
    width: 100px;
    height: 100px;
  }

  #get-ahead-tutoring .features-container {
    gap: 6px;
    margin-top: 12px;
  }

  #get-ahead-tutoring .exclusive-text {
    font-size: 28px;
    line-height: 30px;
    margin-top: 40px;
  }

  #get-ahead-tutoring .choose-program {
    margin-top: 40px;
  }

  #get-ahead-tutoring .view-all-btn {
    margin: 40px auto 0px auto !important;
  }

  #get-ahead-tutoring .session-padding {
    padding: 0px 0px 20px 0px;
  }

  #get-ahead-tutoring .program-left,
  #get-ahead-tutoring .program-right {
    padding: 50px 30px;
  }

  #get-ahead-tutoring .program-card h3 {
    font-size: 28px;
  }

  #get-ahead-tutoring .choose-the-program {
    margin-top: 40px;
  }

  #get-ahead-tutoring .choose-the-program h2,
  #get-ahead-tutoring .Additional-box h2 {
    font-size: 28px;
  }
  #get-ahead-tutoring .elevate-section h2 {
    font-size: 36px;
    line-height: 42px;
    max-width: 600px;
    margin-top: 40px;
  }
  #get-ahead-tutoring .Additional-box {
    padding: 25px;
  }
}

@media (max-width: 680px) {
  #get-ahead .hero-info {
    width: 90%;
    margin: 0 auto;
  }

  #get-ahead .hero-info h1 {
    text-align: center;
  }

  #get-ahead .hero {
    text-align: center;
    background-position-x: left;
    background-size: auto;
  }

  #get-ahead .hero .choose {
    margin: 0 auto;
  }

  #get-ahead .info .flex {
    justify-content: space-around;
  }

  #get-ahead .info .flex>div {
    flex-basis: 48%;
    margin: 0 0 20px 0;
  }

  #get-ahead .info .flex>div.break {
    flex-basis: 100%;
  }

  #get-ahead .info h2 {
    font-size: 28px;
  }

  #get-ahead .info .flex>div {
    flex-basis: 100%;
    max-width: 400px;
  }

  #get-ahead .bottom .buttons {
    flex-wrap: wrap;
  }

  #get-ahead .programs .wrapper>p {
    font-size: 16px;
  }

  #get-ahead .programs .flex>div {
    margin-bottom: 20px;
  }

  #get-ahead .more-info h2 {
    font-size: 28px;
  }

  #get-ahead .tutors-testimonials .tutor-list>li:nth-child(n + 2) {
    display: none;
  }

  #get-ahead .package .title p:last-of-type {
    display: block;
  }

  #get-ahead .package .title p:last-of-type:before {
    content: "";
  }

  #get-ahead .bottom {
    text-align: center;
    padding: 20px;
  }
}

@media (max-width: 500px) {
  #get-ahead .bottom .buttons {
    justify-content: center;
  }

  #get-ahead .bottom .buttons .choose {
    margin-bottom: 15px;
  }

  #get-ahead-tutoring .program-left .title {
    font-size: 40px;
    line-height: 48px;
  }

  #get-ahead-tutoring .cards-grid {
    gap: 0px;
  }

  #get-ahead-tutoring .or {
    padding-left: 60px;
  }

  #get-ahead-tutoring .price {
    font-size: 40px;
  }

  #get-ahead-tutoring .choose-the-program h2 {
    font-size: 26px;
    line-height: 30px;
  }

  #get-ahead-tutoring .choose-the-program-subtitle {
    font-size: 16px;
  }

  #get-ahead-tutoring .program-card {
    padding: 20px;
  }

  #get-ahead-tutoring .program-card ul li {
    font-size: 16px;
  }

  #get-ahead-tutoring .program-card-btn {
    font-size: 16px;
    padding: 12px 20px;
  }

  #get-ahead-tutoring .hero-right-images {
    width: 467px;
  }

  #get-ahead-tutoring .tutoring-image {
    position: absolute;
    width: 260px;
  }

  #get-ahead-tutoring .cards-grid .card-title {
    min-height: auto;
  }

  #get-ahead-tutoring .elevate-buttons {
    flex-direction: column;
  }

  #get-ahead-tutoring .elevate-choose-btn,
  #get-ahead-tutoring .elevate-schedule-btn {
    width: 100%;
  }

  #get-ahead-tutoring .get-ahead-tutoring h2,
  #get-ahead-tutoring .choose-program h2 {
    padding-top: 20px;
  }

  #get-ahead-tutoring .packages-title {
    font-size: 24px;
  }

  #get-ahead-tutoring .packages-subtitle {
    font-size: 14px;
  }

  #get-ahead-tutoring .price-amount {
    font-size: 36px;
  }

  #get-ahead-tutoring .package-buy-btn {
    font-size: 16px;
    padding: 12px;
  }
  #get-ahead-tutoring .get-ahead-tutoring-description,
  #get-ahead-tutoring .Additional-box p {
    font-size: 16px;
  }
  #get-ahead-tutoring .get-ahead-tutoring h2 {
    font-size: 26px;
  }
  #get-ahead-tutoring .hero-content h2 {
    font-size: 23px;
  }
  #get-ahead-tutoring .schedule-text-div {
    font-size: 18px;
  }
  #get-ahead-tutoring .list-section p {
    font-size: 16px;
  }
  #get-ahead-tutoring .exclusive-text {
    font-size: 26px;
    max-width: 400px;
  }
  #get-ahead-tutoring .choose-the-program h2,
  #get-ahead-tutoring .Additional-box h2 {
    font-size: 26px;
  }
  #get-ahead-tutoring .program-card h3 {
    font-size: 26px;
  }
  #get-ahead-tutoring .elevate-section h2 {
    font-size: 30px;
  }
}
