.certificated-topics-wrapper {
  display: flex;
  justify-content: center;
}

.certificated-topics {
  margin: 25px 0;
}

.certificated-topic {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.certificated-topic:last-child {
  margin-bottom: 0;
}

.certificated-topic::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: black;
  margin-right: 8px;
}

.wrapper-btn-leanr-more {
  margin-top: 25px;
}

.section-certificated-classes {
  padding: 95px 0;
}

.section-certificated-classes .explorers { padding: 0 !important; }

.courses-lv {
  display: flex;
  margin: 0 -14px;
}

.course-lv {
  width: 25%;
  min-width: 25px;
  padding: 0 14px;
  display: flex;
  flex: 1;
}

.course-lv > div {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 25px;
}

.course-lv .container {
  padding: 0 20px !important;
}

.course-lv-title {
  margin-bottom: 15px !important;
  white-space: initial;
}

.course-lv:last-child .course-lv-title {
  margin-bottom: 30px !important;
}

@media (max-width: 1399px) {
  .courses-lv {
    margin: 0 -5px;
  }

  .course-lv {
    width: auto;
    padding: 0 5px;
  }
}

@media (max-width: 991px) {
  .section-certificated-classes {
    padding: 50px 0;
  }

  .certificated-topic::before {
    margin-right: 20px;
  }

  .section-courses-lv > .container {
    padding: 0;
  }

  .courses-lv {
    margin: 0;
    flex-direction: column;
  }

  .course-lv {
    width: 100%;
    padding: 0;
  }

  .course-lv-title {
    height: auto;
    margin-bottom: 25px !important;
    font-size: 28px;
  }

  .course-lv-des {
    max-width: 400px;
    margin: 0 auto;
  }

  .wrapper-btn-leanr-more {
    margin-top: 35px;
  }

  .view-more-courses {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .certificated-topic .ds-text-h2 {
    font-size: 16px;
  }

  .certificated-topic::before {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }
}
