/* .section-title-two h1 {
    display: block;
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 65px;
    line-height: 1;
    font-weight: 600;
}

.courses-three .section-title-two__title span {
    font-size: 65px;
    line-height: 45px;
    padding: 20px 24px;
    border-radius: 21px;
} */

.section-title-two {
  position: relative;
  display: block;
  margin-top: -5px;
  margin-bottom: 58px;
  z-index: 1;
}

.courses-three {
  padding: 60px 0 86px;
  background: #fcfcfc;
}

.courses-three .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.courses-three .breadcrumb li {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 500;
  font-size: 18px;
}

.courses-three .breadcrumb li a {
  font-weight: 500;
  font-family: var(--topas63-default);
}

.courses-three .breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  right: 5px;
  position: absolute;
  line-height: 0;
  top: 50%;
  font-size: 14px;
  color: var(--color-heading);
  margin-top: 2px;
}

.courses-three .breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: var(--white);
  display: none;
}

.courses-three .breadcrumb li i {
  margin-right: 3px;
  font-weight: 100;
}

.courses-three .breadcrumb li:last-child::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .courses-three__single {
    flex-direction: column;
  }

  .courses-three__img {
    margin-left: auto;
    margin-right: auto;
    /* max-width: 90%; */
  }

  .courses-three {
    padding: 10px 0 10px;
  }

  .section-title-two {
    margin-bottom: 15px;
  }
}
