.classic-title h2 {
  font-size: 24px;
}

.section {
  padding: 0;
}

.section p {
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 2;
}

.section ol {
  list-style: decimal;
  font-size: 18px;
}

.section ol li {
  line-height: 2;
  padding-bottom: 5px;
}

.section h5 {
  font-size: 24px;
  line-height: 2;
}
.section h6 {
  font-size: 21px;
  line-height: 2;
}

#section-teacher {
  background-image: url("../../../images/default/bodybg/bg6.png");
  background-size: initial !important;
  background-repeat: repeat;
  padding-top: 30px;
  padding-bottom: 60px;
}

#section-teacher .portfolio-item {
  background-color: #fff;
}

.section .quote {
  text-align: center;
}

.section .quote h5 {
  color: #00317f;
}

#about-us-list .item {
  margin-right: 10px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 38%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-carousel, .owl-carousel .owl-wrapper {
  display: block !important;
}

.owl-carousel .owl-stage-outer {
  overflow: hidden; /* Prevent multiple items from showing */
}

.owl-nav {
  display: none;
}

.page-banner {
  margin-bottom: 30px;
}