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

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

@media screen and (max-width: 800px) {
  h1,
  h2 {
    font-size: 25px !important;
  }

  h3,
  h4 {
    font-size: 20px !important;
  }

  p {
    font-size: 16px !important;
  }

  .banner .text {
    padding-block: 50px;
  }

  .contact .banner .gform_wrapper {
    padding: 25px;
  }

  .how-we-can-help .content * {
    font-size: 18px !important;
  }

  .how-we-can-help a {
    font-size: 16px !important;
  }

  .how-we-can-help li::before {
    width: 8px;
    height: 8px;
  }

  footer .logos {
    flex-direction: column;
    align-items: start;
  }

  header .logo img {
    width: 200px;
    height: auto;
  }

  .burger {
    height: 35px;
    width: 35px;
    top: 28px;
  }

  .about .text-block .wrapper {
    padding: 25px;
  }

  header {
    padding-block: 25px;
  }

  .cta {
    padding-inline: 15px;
    font-size: 14px;
  }

  .slick-arrow {
    top: unset;
    bottom: 0;
  }

  .slick-arrow.prev {
    left: 0;
  }

  .slick-arrow.next {
    left: 30px;
  }

  .slider .slide .testimonial {
    width: 100%;
  }
}

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