.first-description-programs-teach .ew-program-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.first-description-programs-teach .ew-program-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 48px;
  padding: 14px 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  white-space: nowrap;
}

.first-description-programs-teach .ew-program-hero-cta-primary {
  background-color: #006ea6;
  border: 2px solid #006ea6;
  color: #fff;
}

.first-description-programs-teach .ew-program-hero-cta-primary:hover {
  background-color: #0087cc;
  border-color: #0087cc;
  color: #fff;
}

.first-description-programs-teach .ew-program-hero-cta-secondary {
  background-color: #fff;
  border: 2px solid #e5bf00;
  color: #1f2426;
}

.first-description-programs-teach .ew-program-hero-cta-secondary:hover {
  background-color: #e5bf00;
  border-color: #e5bf00;
  color: #1f2426;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-content-apply .section-left-apply {
    width: 53%;
    margin-right: 5%;
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-content-apply .section-right-apply {
    width: 42%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .section-content-apply .section-left-apply {
    width: 47%;
    margin-right: 6%;
    padding-right: 70px;
    padding-left: 70px;
  }

  .section-content-apply .section-right-apply {
    width: 47%;
  }
}

@media only screen and (min-width: 992px) {
  .header-online-course .col-flex .col-right .button-flex {
    width: 560px;
    gap: 20px;
  }

  .header-online-course .col-flex .col-right .button-flex .btn-left {
    margin-right: 0;
  }

  .header-online-course .col-flex .col-right .button-flex .btn-left a,
  .header-online-course .col-flex .col-right .button-flex .btn-right a {
    width: 270px;
    letter-spacing: 1px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 639px) {
  .first-description-programs-teach .ew-program-hero-ctas {
    gap: 10px;
    margin-top: 24px;
  }

  .first-description-programs-teach .ew-program-hero-cta {
    width: 100%;
    min-height: 48px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
