/* Breadcrump */
@media (min-width: 1280px) {
  .breadcrumb-section {
    background-color: #f9f7f7;
    padding: 20px 0 0;
  }
}

/* Certificate Section */
@media (min-width: 1280px) {
  .certificate-section .container {
    background-image: url("../../assets/certificate/license.png");
  }
}

/* Programs Section */
.programs-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.programs-section .title {
  font-size: var(--h1-font-size-mobile);
  font-weight: var(--h1-font-weight);
  line-height: var(--h1-line-height-mobile);
  text-align: left;
}

.programs-section .programs-panel {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
}

.programs-section .program-card {
  min-width: 288px;
  min-height: 415px;

  display: flex;
  flex-direction: column;
  gap: var(--container-gap);

  border-radius: 12px;
  padding: 20px 16px 0px;
}

.programs-section .no-image {
  min-height: 100%;
  padding-bottom: 30px;
}

.programs-section .card-green {
  background-color: #e7ebe4;
}

.programs-section .card-cream {
  background-color: #f9f7f7;
}

.programs-section .card-gray {
  background-color: #e5e9ec;
}

.programs-section .card-purple {
  background-color: #EEEDF2;
}

.programs-section .card-green-gray {
  background-color: #E3E8EC;
}

.programs-section .card-gray-purple {
  background-color: #E6EAED;
}

.programs-section .program-card .content {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.programs-section .program-card .summary {
  display: flex;
  flex-direction: column;
  gap: var(--smaller-gap);
}

.programs-section .program-card .summary h3 {
  font-size: var(--h2-font-size-mobile);
  font-weight: var(--h2-font-weight);
  line-height: var(--h2-line-height-mobile);
  text-align: left;
}

.programs-section .program-card .summary p {
  font-size: var(--font-size-mobile);
  font-weight: var(--font-weight-mobile);
  line-height: var(--line-height-mobile);
  text-align: left;
}

.programs-section .program-card .content .price {
  font-size: var(--h2-font-size-mobile);
  font-weight: 400;
  line-height: var(--h2-line-height-mobile);
  text-align: left;
}

.programs-section .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.programs-section .cta {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.programs-section .program-card button {
  height: var(--btn-height-mobile);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: var(--border-radius);
  border: 1px solid #353535;
  background-color: transparent;
}

.programs-section .program-card button:hover {
  background-color: #FFFFFF;
}

.programs-section .program-card button span {
  font-family: Ubuntu;
  font-size: var(--font-size-mobile);
  font-weight: 400;
  line-height: var(--line-height-mobile);
  text-align: left;
  color: #353535;
}

.programs-section .content-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 184px;
}

.programs-section .content-image img {
  width: 100%;
  min-height: 184px;
  height: auto;
  display: block;
}

@media (min-width: 1280px) {
  .programs-section .container {
    gap: 60px;
  }

  .programs-section .programs-panel {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 36px;
  }

  .programs-section .program-first-card {
    display: flex;
    flex-direction: row;
    gap: 36px;
  }

  .programs-section .program-card {
    min-height: 335px;
  }

  .programs-section .program-card .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--container-gap);
  }

  .programs-section .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
  }

  .programs-section .program-card .summary {
    gap: 16px;
  }

  .programs-section .program-card .summary h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
  }

  .programs-section .program-card .summary p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
  }

  .programs-section .program-card .price {
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    text-wrap: nowrap;
  }

  .programs-section .program-card button {
    max-width: 260px;
  }

  .programs-section .program-card button span {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
  }

  .programs-section .right {
    width: 582px;
    height: 342px;
    flex-direction: row;
    padding: 20px 0px 0px 20px;
    border-radius: 12px;
    gap: 0;
  }

  .programs-section .right-7 {
    width: 100%;
    height: 342px;
    flex-direction: row;
    gap: 0px; /* For kids */
    padding: 20px 0px 0px 20px;
    border-radius: 12px;
    justify-content: space-between;
  }

  .programs-section .bottom {
    max-width: 582px;
    padding: 20px 20px 0px 20px;
    border-radius: 12px;
  }

  .programs-section .bottom .summary p {
    width: 449px;
  }

  .programs-section .right-bottom,
  .programs-section .no-image {
    max-width: calc(33.33% - 24px);
    min-height: 343px;
    max-height: 100%;
    padding: 20px 10px 0px 20px;
    border-radius: 12px;
  }

  .programs-section .right .content {
    max-width: 310px;
    padding-bottom: 32px;
  }

  .programs-section .right .content-image {
    max-width: 316px;
    height: 100%;
    align-items: end;
  }

  .programs-section .right .content-image img {
    max-width: 316px;
    height: 322px;
  }

  .programs-section .bottom .content-image {
    max-width: 664px;
    height: 100%;
    max-height: 439px;
    margin-top: auto;
    justify-content: flex-end;
  }

  .programs-section .bottom .content-image img {
    max-width: 664px;
    height: 100%;
  }

  .programs-section .right-bottom .content {
    height: 100%;
  }

  .programs-section .right-bottom .content-image {
    max-width: 204px;
    min-height: 159px;
  }

  .programs-section .right-bottom .content-image img {
    max-width: 204px;
    min-height: 159px;
  }

  .programs-section .right-7 .content {
    justify-content: space-between;
    max-width: 356px;
  }

  .programs-section .right-7 .cta {
    margin-bottom: 40px;
  }

  .programs-section .right-7 .content-image img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .programs-section .right-bottom .details {
    max-height: 100%;
    height: 159px;
    flex-direction: row;
    justify-content: space-between;
    gap: 0px;
    margin-top: auto;
  }

  .programs-section .right-bottom .summary {
    margin: auto 0;
    margin-right: 16px;
  }

  .programs-section .right-bottom button {
    width: 198px;
  }
}

/* Swiper */
@media (min-width: 1280px) {
  .swiper-button-prev {
    background-image: url("../../assets/address/arrow_left.png");
    background-size: 100% 100%;
  }

  .swiper-button-next {
    background-image: url("../../assets/address/arrow_right.png");
    background-size: 100% 100%;
  }
}

/* Features Section */
.features-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.features-section .title {
  font-size: var(--h1-font-size-mobile);
  font-weight: 400;
  line-height: var(--h1-line-height-mobile);
  text-align: left;
}

.features-section .features-panel {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
}

.features-section .feature-card {
  border-radius: 12px;
  background-color: #f9f7f7;
  padding: var(--padding-small);
}

.features-section .feature-card .content {
  display: flex;
  gap: 16px;
}

.features-section .feature-card .content-image {
  height: 16px;
  width: 14px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.features-section .feature-card .description {
  display: flex;
}

.features-section .feature-card .description p {
  font-size: var(--features-font-size);
  font-weight: 300;
  line-height: var(--features-line-height);
  text-align: left;
  color: #353535;
}

@media (min-width: 1280px) {
  .features-section .container {
    flex-direction: row;
    width: 1200px;
    gap: 36px;
  }

  .features-section .title {
    width: 376px;
  }

  .features-section .features-panel {
    width: 788px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 36px;
  }

  .features-section .feature-card {
    max-width: 376px;
    background-color: #f9f7f7;
    padding: 20px;
  }

  .features-section .feature-card .content {
    gap: 20px;
  }

  .features-section .feature-card .description {
    width: 288px;
  }

  .features-section .feature-card .content-image {
    width: 27.63px;
    height: 31.39px;
  }

  .features-section .feature-card .content-image img {
    width: 27.63px;
    height: 31.39px;
  }
}

/* Teacher Types Section */
@media (min-width: 1280px) {
  .teacher-types-section .type-card {
    max-width: 376px;
    background-image: url("../../assets/teacher-types/native_speaker.png");
  }
}

/* Other Programs Section */
.other-programs-section .card-green {
  background-color: #e7ebe4;
}

.other-programs-section .card-cream {
  background-color: #f9f7f7;
}

.other-programs-section .card-gray {
  background-color: #e5e9ec;
}

.other-programs-section .card-blue {
  background-color: #E6EAED;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* Best Choice Section */
.best-choice-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.best-choice-section .title {
  font-size: var(--h1-font-size-mobile);
  font-weight: 400;
  line-height: var(--h1-line-height-mobile);
  text-align: left;
}

.best-choice-section .best-choice-panel {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
}

.best-choice-section .best-choice-card {
  border-radius: 12px;
  background-color: #f9f7f7;
  padding: 20px;
}

.best-choice-section .best-choice-card .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.best-choice-section .wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.best-choice-section .best-choice-card .content-image {
  height: 24px;
  width: 24px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.best-choice-section .best-choice-card .content-image img {
  width: 24px;
  height: 24px;
}

.best-choice-section .best-choice-card .description {
  display: flex;
}

.best-choice-section .best-choice-card .description p {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.best-choice-section .summary {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #353535;
}

@media (min-width: 1280px) {
  .best-choice-section .container {
    width: 1200px;
    gap: 60px;
  }

  .best-choice-section .best-choice-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 36px;
  }

  .best-choice-section .best-choice-card {
    width: 376px;
    background-color: transparent;
    padding: 0px;
  }

  .best-choice-section .best-choice-card .content {
    flex-direction: column;
    align-items: start;
    gap: 26px;
  }

  .best-choice-section .wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .best-choice-section .summary {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;    
    color: #353535;
  }

  .best-choice-section .best-choice-card .description {
    width: 376px;
  }

  .best-choice-section .best-choice-card .description p {
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 300;
    line-height: 23.4px;
    text-align: left;
    color: #353535;
  }

  .best-choice-section .best-choice-card .content-image {
    width: 24px;
    height: 24px;
  }

  .best-choice-section .best-choice-card .content-image img {
    width: 24px;
    height: 24px;
  }
}

/* Class Structure Section */
.class-structure-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.class-structure-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.class-structure-section .class-structure-panel {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.class-structure-section .class-structure-card {
  border-radius: 12px;
  background-color: #f9f7f7;
}

.class-structure-section .without-image {
  padding: 20px 11px 0px;
}

.class-structure-section .with-image {
  padding: 20px 11px 0px;
}

.class-structure-section .class-structure-card .content {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  gap: 20px;
}

.class-structure-section .summary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.class-structure-section .summary h3 {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #353535;
}

.class-structure-section .summary p {
  font-family: Ubuntu;
  font-size: 12px;
  font-weight: 300;
  line-height: 15.6px;
  text-align: left;  
  color: #353535;
}

.class-structure-section .content-image {
  min-height: 184px;
  min-width: 272px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.class-structure-section .content-image img {
  min-height: 184px;
  min-width: 272px;
}

@media (min-width: 1280px) {
  .class-structure-section .container {
    width: 1200px;
    gap: 60px;
  }

  .class-structure-section .class-structure-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 36px;
  }

  .class-structure-section .class-structure-card {
    border-radius: 12px;
    background-color: #f9f7f7;
  }

  .class-structure-section .without-image {
    width: 376px;
    height: 200px;
    padding: 0px 104px 0px 0px;
    border-radius: 12px;
  }

  .class-structure-section .with-image {
    width: 788px;
    height: 200px;
    padding: 0px;
    border-radius: 12px;
  }

  .class-structure-section .with-image .summary p {
    width: 340px;
  }
  
  .class-structure-section .class-structure-card .content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 20px;
    gap: 0px;
  }

  .class-structure-section .with-background-image {
    background-image: url("../../assets/class-structure/desktop/starBackground.png");
    background-size: 100% 100%;
  }

  
  .class-structure-section .summary {
    display: flex;
    flex-direction: column;
    padding: 20px 0px 0px 20px;
    gap: 16px;
  }
  
  .class-structure-section .summary h3 {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    color: #353535;
  }
  
  .class-structure-section .summary p {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    text-align: left;
    color: #353535;
  }
  
  .class-structure-section .content-image {
    min-height: 184px;
    min-width: 272px;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .class-structure-section .content-image img {
    min-height: 184px;
    min-width: 272px;
  }
}

/* Register For Kids Section */
.register-for-kids-section {
  background-image: url("../../assets/register-for-kids/background.png");
  background-size: 100% 100%;
  padding: 16px;
  margin-bottom: 50px;
}

.register-for-kids-section .container {
  display: flex;
  flex-direction: column;
}

.register-for-kids-section .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 16px;
  border-radius: 12px;
  background-color: #FFFFFF;
}

.register-for-kids-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.register-for-kids-section .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.register-for-kids-section .description,
.register-for-kids-section .summary {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.register-for-kids-section .summary {
  display: block;
}

.register-for-kids-section .details-btn {
  width: 100%;
  height: var(--btn-height-mobile);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: var(--border-radius);
  border: 1px solid #df0611;
  background-color: transparent;
  color: #df0611;
}

.register-for-kids-section .details-btn span {
  font-size: var(--font-size-mobile);
  font-weight: 400;
  line-height: var(--line-height-mobile);
  text-align: left;
}

.register-for-kids-section .content-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  align-self: center;
}

.register-for-kids-section .content-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 1280px) {
  .register-for-kids-section {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 120px;
    background-image: none;
    background-size: unset;
  }

  .register-for-kids-section .container {
    width: 1200px;
    height: 464px;
    display: flex;
    background-image: url("../../assets/register-for-kids/en/desktop/background.png");
    background-size: 100% 100%;
  }

  .register-for-kids-section .title {
    width: 407px;
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
    margin-bottom: 32px;
  }

  .register-for-kids-section .content-wrapper {
    width: 1033px;
    height: 366px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    padding: 0;
    margin: auto;
  }
  
  .register-for-kids-section .content {
    width: 517px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 12px;
  }
  
  .register-for-kids-section .description,
  .register-for-kids-section .summary {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #353535;
  }
  
  .register-for-kids-section .details-btn {
    width: 260px;
    height: var(--btn-height-mobile);
    margin-top: 32px;
  }

  .register-for-kids-section .details-btn span {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #DF0611;
  }
  
  .register-for-kids-section .content-image {
    width: 377px;
    height: 366px;
  }
  
  .register-for-kids-section .content-image img {
    width: 377px;
    height: 366px;
  }
}

/* Mother Capital Section */
.mother-capital-section .container {
  display: flex;
  flex-direction: column;
}

.mother-capital-section .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px 16px 30px;
  border-radius: 12px;
  background-color: #F3F0EE;
}

.mother-capital-section .title {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #353535;
}

.mother-capital-section .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mother-capital-section .description {
  display: none;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.mother-capital-section .details-btn {
  width: 100%;
  height: var(--btn-height-mobile);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border-radius: var(--border-radius);
  border: none;
  background-color: #df0611;
  color: #ffffff;
}

.mother-capital-section .details-btn span {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  color: #FFFFFF;
}

.mother-capital-section .content-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  align-self: center;
  border-radius: 12px;
}

.mother-capital-section .content-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.mother-capital-section .text-red {
  color: #353535;
}

@media (min-width: 1280px) {
  .mother-capital-section .container {
    width: 1200px;
    height: 380px;
    display: flex;
  }

  .mother-capital-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
    margin-bottom: 16px;
  }

  .mother-capital-section .content-wrapper {
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
    background-color: #F9F7F7;
    padding: 0;
    padding-right: 20px;
  }
  
  .mother-capital-section .content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0;
    padding: 64px 0 0 64px;
    background-color: transparent;
  }
  
  .mother-capital-section .description {
    width: 446px;
    display: block;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #353535;
    margin-bottom: 32px;
  }

  .mother-capital-section .details-btn {
    width: 260px;
  }
  
  .mother-capital-section .content-image {
    display: block;
    width: 486px;
    height: 380px;
    border-radius: 12px;
  }
  
  .mother-capital-section .content-image img {
    width: 486px;
    height: 380px;
    display: block;
  }

  .mother-capital-section .text-red {
    color: #DF0611;
  }
}

/* Features Section */
.why-learn-section .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.why-learn-section .header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.why-learn-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;  
}

.why-learn-section .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 22.41px;
}

.why-learn-section .content-image {
  position: relative;
  display: flex;
  justify-content: center;
}

.why-learn-section .content-image img {
  width: 100%;
  height: auto;
  display: block;
}

.why-learn-section .summary,
.why-learn-section .description {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.why-learn-section .why-learn-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 0 36px 0;
}

.why-learn-section .list-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.why-learn-section .list-item img {
  width: 24px;
  height: 24px;
}

.why-learn-section .stats-card {
  min-width: 272px;
  width: 100%;
  height: 44.83px;
  padding: 11.5px 9px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  background-color: #F9F7F7;

  position: absolute;
  top: -10%;
  z-index: 1;
}

.why-learn-section .stats-card .stats {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14.75px;
}

.why-learn-section .stats-card span {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.why-learn-section .stats-card p {
  font-family: Ubuntu;
  font-size: 12px;
  font-weight: 300;
  line-height: 15.6px;
  text-align: left;
  color: #353535;
}

.why-learn-section .stats-card .separator {
  height: 22.24px;
  border: 0.37px solid #353535;
  margin: 0 14.75px;
}

.why-learn-section .wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.why-learn-section .summary {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #353535;    
}

@media (min-width: 1280px) {
  .why-learn-section .container {
    width: 1200px;
  }

  .why-learn-section .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }

  .why-learn-section .title {
    width: 538.65px;
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
  }

  .why-learn-section .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 51.5px;
  }

  .why-learn-section .content-image {
    width: 685px;
    height: 433px;
    border-radius: 12px;
    background-color: #E9EEF2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }

  .why-learn-section .content-image img {
    width: 551px;
    height: 370px;
  }

  .why-learn-section .description {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
  }

  .why-learn-section .summary {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #353535;
  }

  .why-learn-section .why-learn-list {
    width: 481px;
    gap: 36px;
  }

  .why-learn-section .list-item {
    gap: 36px;
  }
  
  .why-learn-section .list-item img {
    width: 48px;
    height: 48px;
  }

  .why-learn-section .stats-card {
    width: 613px;
    height: 103px;
    padding: 20px 36px;
  }

  .why-learn-section .stats-card span {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
    text-wrap: nowrap;
  }
  
  .why-learn-section .stats-card p {
    min-width: 192px;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #353535;
  }
  
  .why-learn-section .stats-card .separator {
    height: 60px;
    border: 1px solid #353535;
    margin: 0 16px;
  }

  .why-learn-section .wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .why-learn-section .summary {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    color: #353535;
  }

  .why-learn-section .main-summary {
    width: 525.35px;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #353535;
  }
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* Interactive Platform Section */
.interactive-platform-section .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.interactive-platform-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.interactive-platform-section .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.interactive-platform-section .platform-resources-panel {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.interactive-platform-section .resource-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.interactive-platform-section .description {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;  
  color: #353535;
}

.interactive-platform-section .summary {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.interactive-platform-section .content-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
}

.interactive-platform-section .content-image img {
  width: 100%;
  min-height: 190px;
  height: auto;
  display: block;
}

.interactive-platform-section .img {
  height: 190px;
  width: 288px;
  border-radius: 14.29px;
}

@media (min-width: 1280px) {
  .interactive-platform-section .container {
    width: 1200px;
    gap: 60px;
  }

  .interactive-platform-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
  }

  .interactive-platform-section .content {
    display: flex;
    flex-direction: row;
    gap: 36px;
  }

  .interactive-platform-section .platform-resources-panel {
    gap: 32px;
  }

  .interactive-platform-section .resource-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .interactive-platform-section .description {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    color: #353535;
  }

  .interactive-platform-section .summary {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #353535;
  }

  .interactive-platform-section .content-image {
    display: block;
  }

  .interactive-platform-section .img {
    height: 362px;
    width: 582px;
    border-radius: 14.29px;
  }
}
