/* @media only screen and  (max-width: 1200px) {  } */

@media only screen and (max-width: 1125px) {
  .process-box {
    height: 275px;
  }
}

@media only screen and (max-width: 991px) {
  .process-steps {
    display: none;
  }
  .process-box {
    height: 235px;
  }
}

@media only screen and (max-width: 768px) {
  .process-box {
    height: auto;
  }
}

@media only screen and (max-width: 576px) {
  .faq-content h2 {
    font-size: 28px;
  }
  .faq-header h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
}
