/* Media Query */
@media (max-width: 575.98px) {
  #hero .hero-subtitle {
    width: 80% !important;
    font-size: 18px !important;
  }
  #hero .hero-title {
    font-size: 22px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #hero .hero-subtitle {
    width: 70% !important;
    font-size: 20px !important;
  }
  #hero .hero-title {
    font-size: 24px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero .hero-subtitle {
    width: 60% !important;
    font-size: 22px !important;
  }
  #hero .hero-title {
    font-size: 26px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}
