@media screen and (min-width: 992px) {

}
@media only screen and (max-width: 991px) {

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }

  .dropdown-menu.show {
    position: static !important;
    transform: inherit !important;
    -webkit-transform: inherit !important;
    -moz-transform: inherit !important;
    -ms-transform: inherit !important;
    -o-transform: inherit !important;
  }

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 576px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 15px;
  }
  .btn-fill {
    padding: 8px 18px;
  }
  .btn-fill svg {
    width: 14px;
    height: 14px;
  }
  .fs-section {
    padding: 60px 0;
  }
  
}
