.section-area .section-title {
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.section-area .section-text {
  margin-bottom: 10px;
}

.section-area-2 .section-title {
  font-size: 30px;
  margin-bottom: 15px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.h5_category-item {
  border-radius: 10px;
}

.h5_category-item{
  cursor:default;
}
.h5_category-item a{
  cursor:default;
}
.h5_category-item-icon i {
  font-size: 32px;
}
.h5_category-item {
  padding: 24px 45px 24px;
}
.h5_category-item-icon {
  margin-bottom: 15px;
  text-align: center;
}
.h5_category-item-content h5 {
  text-align: center;
}

.h2_teacher-section.pl-0.pr-0
{
  padding-left:0px !important;
  padding-right:0px !important;
  padding-top:20px !important;
  padding-bottom:20px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h2_teacher-section {
    padding: 40px 30px 40px 45px;
  }
}

.section-area-2 .section-text
{
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .section-area .section-title {
    font-size: 24px;
  }
  .about-area.pt-140.pb-90 {
    padding-top: 50px;
    padding-bottom: 0px
  }

  .h5_category-area.pt-60.pb-90 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}