/* MOBILE FIRST (Default < 768px) */
.hero-title {
  font-size: 30px !important;
  font-family: "Ancizar Sans", sans-serif;
}

.text-title {
  font-size: 24px;
  font-family: "Oregano", cursive;
}

.text-subtitle {
  font-size: 24px;
   font-family: "Oregano", cursive;
}

.text-highlight {
  font-size: 18px;
   font-family: 'Josefin Sans', sans-serif;
}

.text-body {
  font-size: 14px;
 font-family: 'Josefin Sans', sans-serif;
}

.text-sub-body {
  font-size: 14px;
  color: #6c757d;
 font-family: 'Josefin Sans', sans-serif;
}

.text-btn {
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
}

.service-title{
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
}


/* TABLET (≥768px and <1200px) */
@media (min-width: 768px) {
  .hero-title {
    font-size: 50px !important;
  }

  .text-title {
    font-size: 30px;
  }

  .text-subtitle {
    font-size: 24px;
  }

  .text-highlight {
    font-size: 25px;
  }

  .text-body {
    font-size: 18px;
  }

  .text-sub-body {
    font-size: 16px;
  }

  .text-btn {
    font-size: 16px;
  }
  .service-title{
  font-size: 24px;
}
}


/* DESKTOP (≥1200px) */
@media (min-width: 1200px) {
  .hero-title {
    font-size: 80px !important;
  }

  .text-title {
    font-size: 48px;
  }

  .text-subtitle {
    font-size: 32px;
  }

  .text-highlight {
    font-size: 60px;
  }

  .text-body {
    font-size: 20px;
  }

  .text-sub-body {
    font-size: 18px;
  }

  .text-btn {
    font-size: 17px;
  }
    .service-title{
  font-size: 32px;
}
}


.stepper-text {
  font-size: 18px;
 font-family: 'Josefin Sans', sans-serif;
}