/* only small desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #hero-area .contents .head-title {
    font-size: 40px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 10px;
  }

  .counter-section .counter p {
    font-size: 14px;
  }
}

/* tablets */
@media (max-width: 991px) {
  .section-title {
    position: relative;
    margin-bottom: 10px;
  }
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #hero-area .contents .head-title {
    font-size: 36px;
  }

  .about-content .about-text h2 {
    font-size: 30px;
    margin-top: 30px;
  }

  .counter-section .counter {
    margin-bottom: 30px;
  }
}

/* mobile or only mobile */
@media (max-width: 767px) {
  .section-title {
    font-size: 22px;
  }

  #hero-area .contents {
    padding: 100px 0;
  }

  #hero-area .contents .head-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #hero-area .contents .btn {
    margin: 25px 3px 0 0;
  }

  #hero-area .contents .banner-desc {
    padding: 0 10px;
  }

  .about-content .about-text h2 {
    font-size: 22px;
    margin-top: 20px;
  }

  .about-content ul li {
    font-size: 12px;
  }

  .counter-section .counter {
    margin-bottom: 30px;
  }

  .subscribe-inner .subscribe-title {
    font-size: 16px;
  }

  .subscribe-inner .subscribe-title::before {
    left: 40%;
  }

  .subscribe-inner .sub-btn {
    width: 9rem;
    min-width: 5rem;
    padding: 18px 20px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .btn {
    padding: 5px 7px;
    font-size: 13px;
  }
}