.is-ielts-course-lp .siteHeader,
.is-ielts-course-lp .siteNavOverlay,
.is-ielts-course-lp .siteNav,
.is-ielts-course-lp .lpFooter {
  display: none !important;
}

body.is-ielts-course-lp {
  margin: 0;
  background: #eaf1f8;
}

.ieltsLp,
.ieltsLp * {
  box-sizing: border-box;
}

.ieltsLp {
  --ielts-blue: #1569cf;
  --ielts-sky: #e9f6ff;
  --ielts-deep: #16263e;
  --ielts-pink: #f65079;
  --ielts-pink-soft: #fff0f4;
  --ielts-red: #f05b67;
  --ielts-orange: #f7b548;
  --ielts-yellow: #fff5cf;
  --ielts-line: #ffd7df;
  width: min(100%, 910px);
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 3% 10%, rgba(255, 122, 154, .12), transparent 22%),
    radial-gradient(circle at 100% 50%, rgba(84, 178, 255, .13), transparent 24%),
    #fffdf9;
  color: var(--ielts-deep);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.7;
  letter-spacing: 0;
  box-shadow: 0 18px 44px rgba(53, 87, 124, .18);
}

.ieltsLp img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ieltsLp a {
  color: inherit;
  text-decoration: none;
}

.ieltsLp p,
.ieltsLp h1,
.ieltsLp h2,
.ieltsLp h3,
.ieltsLp ul {
  margin-top: 0;
}

.ieltsNav {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 70px;
  padding: 10px 20px 8px;
  background: rgba(255, 255, 255, .96);
}

.ieltsLogo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: var(--ielts-blue);
}

.ieltsLogo__mark {
  position: relative;
  width: 28px;
  height: 28px;
  border: 5px solid #23a4d7;
  border-radius: 50%;
}

.ieltsLogo__mark::before,
.ieltsLogo__mark::after {
  position: absolute;
  inset: -5px;
  content: "";
  border: 5px solid #ffbd37;
  border-radius: 50%;
  transform: rotate(60deg);
}

.ieltsLogo__mark::after {
  border-color: #58bd78;
  transform: rotate(-60deg);
}

.ieltsLogo__text {
  display: grid;
  line-height: 1.05;
}

.ieltsLogo__text strong {
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 0;
}

.ieltsLogo__text small {
  color: #1457b8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ieltsNav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 800;
}

.ieltsNav__links a {
  transition: color .2s ease;
}

.ieltsNav__links a:hover {
  color: var(--ielts-pink);
}

.ieltsNav__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.ieltsNav__line,
.ieltsNav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 8px 14px;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.ieltsNav__line {
  background: linear-gradient(135deg, #31c65c, #00a541);
}

.ieltsNav__cta {
  background: linear-gradient(135deg, #ff6b76, #f23f50);
}

.ieltsHero {
  position: relative;
  min-height: 452px;
  padding: 34px 24px 18px;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .97) 35%, rgba(255, 255, 255, .68) 52%, rgba(255, 255, 255, .04) 100%),
    radial-gradient(circle at 3% 18%, rgba(246, 80, 121, .13), transparent 22%),
    #fff;
}

.ieltsHero::before,
.ieltsHero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.ieltsHero::before {
  left: 42px;
  top: 32px;
  width: 86px;
  height: 42px;
  background: rgba(246, 80, 121, .15);
  clip-path: polygon(0 32%, 76% 0, 100% 26%, 70% 48%, 100% 78%, 14% 100%);
  transform: rotate(-19deg);
}

.ieltsHero::after {
  right: 86px;
  top: 20px;
  width: 104px;
  height: 72px;
  border: 3px dashed rgba(21, 105, 207, .42);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 80px 0 0;
  transform: rotate(-18deg);
}

.ieltsHero__photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 61%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ieltsHero__copy {
  position: relative;
  z-index: 3;
  width: 53%;
  padding-top: 12px;
}

.ieltsRibbon {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 0 0 16px 22px;
  padding: 8px 30px;
  background: linear-gradient(135deg, #ff6f91, #f04472);
  clip-path: polygon(0 14%, 95% 0, 88% 48%, 100% 100%, 8% 86%);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(198, 47, 85, .28);
}

.ieltsHero h1 {
  margin: 0 0 6px;
  color: #3d261e;
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 950;
  line-height: 1.05;
}

.ieltsHero h1 span {
  color: var(--ielts-pink);
  font-size: 1.14em;
  font-weight: 950;
}

.ieltsHero__lead {
  margin: 0 0 10px;
  color: #3a261e;
  font-size: 27px;
  font-weight: 950;
  line-height: 1.35;
}

.ieltsHero__lead strong {
  color: var(--ielts-pink);
  font-size: 1.22em;
}

.ieltsHero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 45px;
  margin: 0 0 12px 8px;
  padding: 8px 26px;
  background: linear-gradient(135deg, #1b75d1, #1055bc);
  clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%);
  color: #fff;
  font-size: 21px;
  font-weight: 950;
}

.ieltsHero__ctaBox {
  width: 100%;
  max-width: 390px;
  padding: 16px 20px 18px;
  border: 2px solid #ffe1a7;
  border-radius: 13px;
  background: rgba(255, 248, 220, .92);
  box-shadow: 0 7px 18px rgba(238, 150, 68, .17);
}

.ieltsHero__ctaBox p {
  margin: 0 0 11px;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.ieltsPrimaryBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 55px;
  padding: 13px 48px 13px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a86, #f13e60);
  color: #fff !important;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 9px 18px rgba(244, 72, 101, .27);
}

.ieltsPrimaryBtn::before {
  content: "▦";
  margin-right: 10px;
  font-size: 21px;
  line-height: 1;
}

.ieltsPrimaryBtn::after {
  position: absolute;
  right: 19px;
  content: "›";
  font-size: 30px;
  line-height: 1;
}

.ieltsHero__bubble {
  position: absolute;
  z-index: 4;
  right: 30px;
  top: 70px;
  display: grid;
  place-items: center;
  width: 154px;
  min-height: 132px;
  padding: 22px 18px;
  border: 3px dashed #ff9ab0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: #e94870;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 8px 18px rgba(143, 66, 84, .16);
}

.ieltsHero__future {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 28px;
  width: 184px;
  padding: 18px 16px;
  border: 1px solid #ffd4de;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 18px rgba(84, 64, 71, .13);
  transform: rotate(3deg);
}

.ieltsHero__future h2 {
  margin: 0 0 9px;
  color: #6a3a28;
  font-size: 13px;
  font-weight: 950;
  text-align: center;
}

.ieltsHero__future ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ieltsHero__future li {
  position: relative;
  padding-left: 18px;
  color: #725a52;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.ieltsHero__future li::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "✓";
  color: var(--ielts-pink);
  font-weight: 950;
}

.ieltsFeatureStrip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 0 24px 28px;
  border: 2px solid #ffe0cc;
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 18px rgba(86, 78, 76, .08);
}

.ieltsFeatureStrip__item {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 5px;
  min-height: 95px;
  padding: 13px 12px;
  border-right: 1px solid #ffe6d6;
  text-align: center;
}

.ieltsFeatureStrip__item:last-child {
  border-right: 0;
}

.ieltsFeatureStrip__item img {
  width: 38px;
  height: 38px;
  margin: 0 auto;
  object-fit: contain;
}

.ieltsFeatureStrip__item h2 {
  margin: 0;
  color: var(--ielts-pink);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.3;
}

.ieltsFeatureStrip__item p {
  margin: 0;
  color: #5d6776;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.ieltsTwoCards,
.ieltsMiddleCta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 0 22px;
}

.ieltsInfoCard,
.ieltsSchoolBox,
.ieltsQuestionBox,
.ieltsPeriodCard,
.ieltsBarrier__memo {
  border: 2px solid var(--ielts-line);
  border-radius: 13px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 20px rgba(98, 78, 85, .07);
}

.ieltsInfoCard {
  position: relative;
  min-height: 285px;
  padding: 22px 22px 24px;
}

.ieltsInfoCard h2,
.ieltsSchoolBox h2,
.ieltsQuestionBox h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 15px;
  color: #0f6dc8;
  font-size: 25px;
  font-weight: 950;
  line-height: 1.35;
}

.ieltsInfoCard h2::before,
.ieltsSchoolBox h2::before {
  content: "⚑";
  color: var(--ielts-pink);
}

.ieltsInfoCard p {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.85;
}

.ieltsCheckList {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0 118px 0 0;
  list-style: none;
}

.ieltsCheckList li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #354158;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.75;
}

.ieltsCheckList img {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  object-fit: contain;
}

.ieltsInfoCard__girl {
  position: absolute;
  right: 10px;
  bottom: -4px;
  width: 128px;
  max-height: 168px;
  object-fit: contain;
  object-position: bottom right;
}

.ieltsPeriods {
  padding: 25px 22px 20px;
}

.ieltsSectionHead {
  margin-bottom: 14px;
  text-align: center;
}

.ieltsSectionHead h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 4px;
  color: #165fc8;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.35;
}

.ieltsSectionHead h2::before,
.ieltsSectionHead h2::after {
  content: "✦";
  margin: 0 12px;
  color: #ffc74e;
  font-size: 18px;
}

.ieltsSectionHead p,
.ieltsPeriods__note {
  margin: 0;
  color: #4e5968;
  font-size: 13px;
  font-weight: 800;
}

.ieltsPeriodGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ieltsPeriodCard {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 86px 1fr;
  min-height: 245px;
  padding: 19px 16px 17px;
}

.ieltsPeriodCard__tag {
  position: absolute;
  top: 15px;
  left: 14px;
  min-width: 86px;
  padding: 8px 14px;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  text-align: center;
  clip-path: polygon(0 0, 86% 0, 100% 50%, 86% 100%, 0 100%);
}

.ieltsPeriodCard h3 {
  min-height: 58px;
  margin: 6px 0 8px 98px;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.45;
}

.ieltsPeriodCard img {
  align-self: center;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  object-fit: contain;
}

.ieltsPeriodCard p {
  margin: 0;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.75;
}

.ieltsPeriodCard--pink {
  background: linear-gradient(180deg, #fff5f7, #fff);
}

.ieltsPeriodCard--pink .ieltsPeriodCard__tag {
  background: #ff6787;
}

.ieltsPeriodCard--pink h3 {
  color: #ee456b;
}

.ieltsPeriodCard--orange {
  border-color: #ffe1a6;
  background: linear-gradient(180deg, #fff8e7, #fff);
}

.ieltsPeriodCard--orange .ieltsPeriodCard__tag {
  background: #f5b646;
}

.ieltsPeriodCard--orange h3 {
  color: #ef9a00;
}

.ieltsPeriodCard--blue {
  border-color: #cde8ff;
  background: linear-gradient(180deg, #eef8ff, #fff);
}

.ieltsPeriodCard--blue .ieltsPeriodCard__tag {
  background: #62b9e9;
}

.ieltsPeriodCard--blue h3 {
  color: #146bd2;
}

.ieltsPeriods__note {
  margin-top: 14px;
  text-align: center;
}

.ieltsMiddleCta {
  padding-bottom: 22px;
}

.ieltsSchoolBox,
.ieltsQuestionBox {
  position: relative;
  min-height: 158px;
  padding: 20px 20px 18px;
}

.ieltsSchoolBox {
  overflow: hidden;
  border-color: #cfe7ff;
  background: linear-gradient(135deg, #f1f9ff, #fff);
}

.ieltsSchoolBox p,
.ieltsQuestionBox p {
  margin: 0;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.8;
}

.ieltsSchoolBox img {
  position: absolute;
  right: 13px;
  bottom: 6px;
  width: 112px;
  opacity: .95;
}

.ieltsQuestionBox {
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff5f8, #fff);
}

.ieltsQuestionBox h2 {
  display: block;
  color: var(--ielts-pink);
  font-size: 22px;
  text-align: center;
}

.ieltsQuestionBox img {
  align-self: end;
  width: 108px;
  margin-bottom: -16px;
  object-fit: contain;
}

.ieltsPrimaryBtn--small {
  min-height: 44px;
  margin-top: 12px;
  padding: 10px 44px 10px 18px;
  font-size: 13px;
}

.ieltsBarrier {
  display: grid;
  grid-template-columns: 1.02fr 1fr .75fr;
  gap: 0;
  align-items: stretch;
  min-height: 254px;
  padding: 0 22px 25px;
}

.ieltsBarrier__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 22px 22px 0;
}

.ieltsBarrier__copy > p:first-child {
  margin: 0 0 9px;
  color: var(--ielts-pink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.5;
}

.ieltsBarrier__copy h2 {
  margin: 0 0 14px;
  color: #3f2721;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.35;
}

.ieltsBarrier__copy > p:last-child {
  margin: 0;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.78;
}

.ieltsBarrier__photo {
  position: relative;
  z-index: 2;
  align-self: center;
  margin: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #ffe0d2;
  box-shadow: 0 9px 18px rgba(71, 53, 49, .14);
  transform: rotate(-2deg);
}

.ieltsBarrier__photo img {
  width: 100%;
  height: 172px;
  object-fit: cover;
  object-position: center;
}

.ieltsBarrier__memo {
  align-self: center;
  margin-left: -6px;
  padding: 20px 17px;
  background: rgba(255, 255, 255, .96);
  transform: rotate(2deg);
}

.ieltsBarrier__memo h3 {
  margin: 0 0 12px;
  color: var(--ielts-pink);
  font-size: 16px;
  font-weight: 950;
  line-height: 1.45;
}

.ieltsBarrier__memo ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ieltsBarrier__memo li {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.5;
}

.ieltsBarrier__memo li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--ielts-pink);
}

.ieltsBarrier__memo p {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.ieltsBottomCta {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr 116px;
  gap: 12px;
  align-items: center;
  min-height: 164px;
  padding: 20px 34px 25px;
  background:
    radial-gradient(circle at 18px 18px, rgba(255, 255, 255, .95) 0 2px, transparent 3px) 0 0 / 18px 18px,
    linear-gradient(180deg, #ffe6e9, #ffdadd);
}

.ieltsBottomCta::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .55), transparent 28%),
    radial-gradient(circle at 91% 23%, rgba(255, 189, 78, .23), transparent 22%);
}

.ieltsBottomCta__book,
.ieltsBottomCta__mug,
.ieltsBottomCta__copy {
  position: relative;
  z-index: 2;
}

.ieltsBottomCta__book {
  width: 92px;
  margin: 0 auto;
}

.ieltsBottomCta__mug {
  width: 96px;
  margin: 0 auto;
}

.ieltsBottomCta__copy {
  text-align: center;
}

.ieltsBottomCta__copy p {
  margin: 0 0 6px;
  color: #674337;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.65;
}

.ieltsBottomCta .ieltsPrimaryBtn {
  width: min(100%, 520px);
  min-height: 53px;
  margin-top: 9px;
  font-size: 18px;
}

@media (max-width: 860px) {
  .ieltsLp {
    width: 100%;
    box-shadow: none;
  }

  .ieltsNav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px 14px;
  }

  .ieltsLogo {
    justify-content: center;
  }

  .ieltsNav__links {
    display: none;
  }

  .ieltsNav__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .ieltsNav__line,
  .ieltsNav__cta {
    min-height: 40px;
    padding: 7px 8px;
    border-radius: 999px;
    font-size: 11px;
  }

  .ieltsHero {
    min-height: 0;
    padding: 0 16px 20px;
    background: #fff;
  }

  .ieltsHero__photo {
    position: relative;
    right: auto;
    top: auto;
    width: calc(100% + 32px);
    height: 250px;
    margin: 0 -16px;
    object-fit: cover;
    object-position: center top;
  }

  .ieltsHero::before,
  .ieltsHero::after {
    display: none;
  }

  .ieltsHero__copy {
    width: 100%;
    padding-top: 18px;
  }

  .ieltsRibbon {
    min-height: 36px;
    margin-left: 0;
    padding: 7px 24px;
    font-size: 15px;
  }

  .ieltsHero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .ieltsHero__lead {
    font-size: 22px;
  }

  .ieltsHero__badge {
    min-width: 0;
    width: 100%;
    margin-left: 0;
    font-size: 18px;
  }

  .ieltsHero__ctaBox {
    max-width: none;
  }

  .ieltsHero__bubble,
  .ieltsHero__future {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: 0;
    margin-top: 14px;
    border-radius: 16px;
    transform: none;
  }

  .ieltsFeatureStrip {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 16px 24px;
  }

  .ieltsFeatureStrip__item {
    border-right: 0;
    border-bottom: 1px solid #ffe6d6;
  }

  .ieltsFeatureStrip__item:nth-last-child(-n+1) {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .ieltsTwoCards,
  .ieltsMiddleCta,
  .ieltsPeriodGrid,
  .ieltsBarrier,
  .ieltsBottomCta {
    grid-template-columns: 1fr;
  }

  .ieltsTwoCards,
  .ieltsMiddleCta,
  .ieltsPeriods,
  .ieltsBarrier {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ieltsCheckList {
    padding-right: 0;
  }

  .ieltsInfoCard__girl {
    position: relative;
    right: auto;
    bottom: auto;
    width: 152px;
    margin: 12px auto -12px;
  }

  .ieltsPeriodCard {
    grid-template-rows: auto auto auto 1fr;
    min-height: 0;
  }

  .ieltsPeriodCard h3 {
    min-height: 0;
  }

  .ieltsQuestionBox {
    grid-template-columns: 1fr;
  }

  .ieltsQuestionBox img {
    width: 150px;
    margin: 0 auto -22px;
  }

  .ieltsBarrier__copy {
    padding: 8px 0 18px;
  }

  .ieltsBarrier__photo {
    transform: none;
  }

  .ieltsBarrier__memo {
    margin: 14px 0 0;
    transform: none;
  }

  .ieltsBottomCta {
    gap: 10px;
    padding: 22px 18px 26px;
  }

  .ieltsBottomCta__book,
  .ieltsBottomCta__mug {
    display: none;
  }
}

@media (max-width: 430px) {
  .ieltsPrimaryBtn {
    min-height: 50px;
    padding: 12px 38px 12px 16px;
    font-size: 15px;
  }

  .ieltsHero__photo {
    height: 228px;
  }

  .ieltsFeatureStrip {
    grid-template-columns: 1fr;
  }

  .ieltsFeatureStrip__item:nth-last-child(-n+1) {
    grid-column: auto;
  }

  .ieltsInfoCard h2,
  .ieltsSchoolBox h2,
  .ieltsQuestionBox h2,
  .ieltsSectionHead h2 {
    font-size: 22px;
  }

  .ieltsInfoCard {
    padding: 19px 17px;
  }

  .ieltsPeriodCard h3 {
    margin-left: 92px;
    font-size: 17px;
  }

  .ieltsBarrier__copy h2 {
    font-size: 23px;
  }
}
