/*============================
  Section Title Three CSS
==============================*/
.section-title-three {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-three {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .section-title-three {
    margin-bottom: 35px;
  }
}
.section-title-three h5 {
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .section-title-three h5 {
    font-size: 0.8rem;
  }
}
.section-title-three h2 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-three h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section-title-three h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.section-title-three p {
  color: var(--dark-3);
}

/*# sourceMappingURL=section-title-03.css.map */
