@media (max-width: 768px) {
  .hero-img-left {
    display: none;
  }

  .hero-img-right {
    display: none;
  }

  .hero-logo {
    /* top: 100px; */
    display: none;
  }

  .hero-title {
    top: 115px;
  }

  .hero-subtitle {
    top: 260px;
  }

  .vc_custom_1470820641834 {
    padding: 6% 0 !important;
  }
  .what-we-offer-title {
    text-align: center;
    padding-left: 0;
  }

  .our-products-container {
    max-width: 100%;
  }

  .vc_custom_1470394261304 {
    padding-right: 0 !important;
  }

  .why-we-do-it__content {
    width: 90%;
  }

  .address,
  .phonenumber,
  .email {
    width: 100%;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    padding: 80px 0;
    margin-left: 20px;
  }

  .footer-container div.footer-column {
    margin-top: 20px;
    width: 100%;
  }

  .footer-column-logo {
    display: flex;
    justify-content: center;
  }

  .policies a {
    display: block;
    width: 100%;
    margin: 0;
  }
}
