.page-template-template-services .site-content > .ast-container {
  max-width: 100%;
  padding: 0;
}

/* Hero section */

.wds-about-page .services-hero__wrapper {
  padding: 80px 30px;
}

.wds-about-page .services-hero__wrapper .page-title h1 .page-title__small {
  font-weight: 400;
}

.page-template-template-services .wds-about-page .page-title__small {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin: 16px auto 0;
  max-width: 640px;
  color: #fff;
  text-align: center;
  display: block;
}

@media (max-width: 1024px) {
  .page-template-template-services .wds-about-page .page-title__small {
    font-size: 14px;
    margin-top: 24px;
  }
}

@media (max-width: 768px) {
  .wds-about-page .services-hero__wrapper {
    padding: 48px 24px;
  }
  .wds-about-page .services-hero__wrapper .page-name {
    margin-bottom: 24px;
  }
}

/* Features section */
.section-features {
  padding: 24px 30px 0 30px;
}

@media (max-width: 768px) {
  .section-features {
    padding: 0 16px;
  }
}

.section-features .columns {
  gap: 56px;
  max-width: 1280px;
}

.page-template-template-services .section-features .columns {
  border-bottom: 2px solid #eeeeee;
  padding: 80px 0;
  margin: 0;
}

@media (max-width: 768px) {
  .page-template-template-services .section-features .columns {
    padding: 56px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .section-features .image-column-top {
    order: 2;
  }
}

@media screen and (min-width: 1408px) {
  .section-features .container {
    max-width: 1280px;
  }
}

.section-features .columns .image-column-top img {
  object-fit: cover;
  width: 100%;
}

.section-features .container .column {
  padding: 0;
  flex: 1;
}

.section-features .columns-container div:nth-of-type(even) .image-column-top {
  order: 2;
  text-align: right;
}

.section-features h2,
.section-features .text {
  color: #000;
}

.section-features .subtitle {
  font-size: 20px;
  line-height: 24px;
  color: #888;
  margin: 0;
}

@media (max-width: 768px) {
  .section-features .subtitle {
    font-size: 16px;
  }
}

.section-features .features-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin: 16px 0;
  padding: 0;
}

@media (max-width: 768px) {
  .section-features .features-title {
    font-size: 24px;
    line-height: 32px;
    margin: 4px 0 12px 0;
  }
}

.section-features .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 768px) {
  .section-features .text {
    font-size: 14px;
    line-height: 18px;
  }

  .course-section__wrapper {
    text-align: center;
  }
}

.section-features a.button {
  max-width: none;
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-size: 16px;
  line-height: 16px;
  height: auto;
}

.section-features .section-background__image {
  width: 175px;
  height: 173px;
  bottom: 104px;
  right: -70px;
}

@media (max-width: 480px) {
  .section-features a.button {
    width: auto;
  }
}

/* Certify section */
.template-services {
  max-width: 1340px;
  padding: 80px 30px 0 30px;
}

.template-services .services-container {
  display: flex;
  gap: 24px;
  flex-direction: row;
  flex-wrap: wrap;
  place-content: center;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 80px;
}

.template-services h2 {
  margin-bottom: 12px;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
}

@media (max-width: 768px) {
  .template-services h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .template-services p {
    font-size: 14px;
    line-height: 18px;
  }

  .template-services {
    padding: 56px 16px;
  }

  .template-services .services-container {
    padding-bottom: 72px;
    border-bottom: 2px solid #e20009;
  }
}

.template-services p {
  margin-bottom: 56px;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.template-services .service {
  background-size: contain !important;
  background-blend-mode: soft-light;
  height: 248px;
  border-radius: 16px;
  align-self: stretch;
  align-content: center;
  padding: 0 3.5%;
  width: calc((100% - 48px) / 3);
  cursor: pointer;
}

@media (max-width: 768px) {
  .template-services .service {
    width: 100%;
    padding: 0 11%;
    height: auto;
  }
}

.template-services .service:hover {
  box-shadow: 0px 10px 25px 0px rgba(16, 24, 40, 0.12);
}

.template-services h3 {
  color: white;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

@media (max-width: 768px) {
  .template-services .service {
    width: 100%;
    padding: 11%;
    height: auto;
  }

  .template-services h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .template-services .service h3::after {
    margin: 0.5rem 0 0 0;
  }

  .template-services p {
    margin-bottom: 40px;
  }

  .template-services .services-container {
    gap: 16px;
  }
}

/* Free trial */
.join-section__content {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 96px;
}

.freetrial-section .join-section_title-text {
  color: #e20009;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
}

.freetrial-section .join-section_title-text span {
  font-style: italic;
  font-weight: 400;
}

.freetrial-section .join-before-title {
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  color: #555;
  margin: 0;
}

.freetrial-section .join-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.freetrial-section a.button {
  min-width: 280px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.freetrial-section .join-section__wrapper {
  padding: 80px 30px 0;
}

.page-template-template-services .join-button,
.page-template-template-services .course-button {
  padding-top: 0;
}

.page-template-template-services .join-content,
.page-template-template-services .course-content {
  padding-bottom: 0;
}

.page-template-template-services .join-button {
  flex-direction: column;
}

@media (max-width: 768px) {
  .freetrial-section .join-section__wrapper {
    padding: 0 16px;
  }

  .join-section__content {
    padding-bottom: 56px;
  }

  .freetrial-section .join-section_title-text {
    text-align: center;
  }

  .freetrial-section .join-title {
    font-size: 32px;
    line-height: 40px;
  }

  .freetrial-section .join-content {
    font-size: 14px;
    line-height: 18px;
  }

  .freetrial-section .join-before-title {
    font-size: 24px;
    line-height: 32px;
  }
}

/*  Course  */

.page-template-template-services .course-section__wrapper {
  padding: 80px 30px;
}

.page-template-template-services .course-section__content {
  display: flex;
  gap: 100px;
}

.page-template-template-services .course-slider,
.page-template-template-services .course-information {
  /* width: 50%;*/
  width: calc((100% - 48px) / 2);
}

.page-template-template-services .courses-cards {
  margin-top: 0;
}

.page-template-template-services .course-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .page-template-template-services .course-slider,
  .page-template-template-services .course-information {
    width: 100%;
  }

  .page-template-template-services .course-title {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 32px;
  }

  .page-template-template-services .course-section__wrapper {
    padding: 56px 16px;
  }

  .page-template-template-services .course-information .course-button {
    display: none;
  }
}

@media (max-width: 1024px) {
  .page-template-template-services .course-section__content {
    gap: 48px;
  }
}

.line::before {
  content: "";
  display: block;
  width: 80px;
  border-top: 2px solid #eee;
  margin: 24px 0;
}

.service h3::after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  opacity: 0.3;
  margin: 1rem 0;
}

@media (max-width: 768px) {
  .line::before {
    margin: 24px auto;
  }
}
