@media screen and (min-width: 992px) {
    .section-center {
      width: 95vw;
    }
  }

  @media screen and (min-width: 800px) {
   nav{
       background: transparent;
   }
    .nav-center {
      width: 90vw;
      max-width: 1170px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .nav-header {
      padding: 0;
    }
    .nav-toggle {
      display: none;
    }
    .links-container {
      height: auto !important;
    }
    .contact {
      display: flex;
    }
    .contact h4 {
      color: #fff;
    }
    
  }
  @media screen and (max-width: 992px){
  /* section one  */
  /* section one  */
  /* section one  */
  #section_one{
    width: 100%;
    padding: 10px;
  }
/* section four  */
/* section four  */
/* section four  */
  #section_four .call{
    width: 100%;
    padding: 10px;
  }
  #section_four .call .number{
    width: 100%;
  }
  #faq-section{
    width: 100%;
  }

}
  @media screen and (max-width: 768px){
  /* section one  */
  /* section one  */
  /* section one  */
  #section_one{
    width: 100%;
    padding: 10px;
  }
/* section four  */
/* section four  */
/* section four  */
#section_four .call{
  width: 100%;
  padding: 10px;
}
  #section_four .call .number{
    width: 100%;
  }
  #faq-section{
    width: 100%;
  }

}