﻿@media screen and (max-width: 499px) {
  header .banner-wrapper {
    display: block;
  }
  header .banner-wrapper .logo-container img {
    margin: 0 auto;
    display: block;
  }
  header .banner-wrapper .links-container {
    margin: 10px 0 0 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 12px;
  }
  header .banner-wrapper .links-container a {
    padding: 0;
    font-size: 12px;
  }
  header .banner-wrapper .links-container a.with-border {
    padding: 3px 6px;
  }
  header .banner-wrapper .links-container .selected-page {
    margin-right: 0;
    padding: 0;
  }
  header .banner-wrapper .links-container div.with-border {
    font-size: 12px;
    padding: 3px 6px;
  }
  .hero {
    padding: 20px 0 40px 0;
    background-position: center left;
  }
  .hero .hero-wrapper {
    width: 100%;
  }
  .hero .hero-wrapper h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .hero.contact-us {
    padding: 20px 0px 20px 0;
  }
  .info-boxes {
    margin-top: 30px;
  }
  .info-boxes .info-boxes-wrapper {
    display: block;
  }
  .info-boxes .info-boxes-wrapper .info-box {
    padding: 20px 20px;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
    border: 1px #a1b4c8 solid;
  }
  .info-boxes .info-boxes-wrapper .info-box h2 {
    width: initial;
  }
  .info-boxes .info-boxes-wrapper .info-box img {
    width: 100%;
  }
  .ctas .cta-boxes {
    display: block;
  }
  .ctas .cta-boxes .cta-box {
    margin: 20px auto;
    width: 95%;
  }
  .testimonials .companies-wrapper {
    display: none;
  }
  .testimonials .testimonials-wrapper {
    display: block;
    margin: 20px 0;
  }
  .testimonials .testimonials-wrapper .testimonial {
    width: 95%;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 20px 30px;
    text-align: center;
    border: 1px solid #a1b4c8;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
  }
  .about-us {
    padding: 10px 0;
    margin-top: 0px;
  }
  .about-us img {
    width: 100%;
  }
  .contact-container .contact-wrapper {
    display: block;
    margin-top: 30px;
  }
  .contact-container .contact-wrapper .contact-form h2 {
    margin-bottom: 20px;
  }
  .contact-container .contact-wrapper .contact-form .form-item {
    margin-bottom: 10px;
  }
  .contact-container .contact-wrapper .contact-form .form-item label {
    font-size: 12px;
  }
  .contact-container .contact-wrapper .contact-form .form-item .form-control {
    width: 100%;
  }
  .contact-container .contact-wrapper .contact-form .form-item .form-error {
    color: #e64680;
    font-weight: bold;
    font-size: 10px;
  }
  .contact-container .contact-wrapper .contact-form .form-item button {
    font-size: 12px;
    margin: 20px 0;
    padding: 6px 20px;
  }
  .contact-container .contact-wrapper .contact-info {
    margin-bottom: 20px;
  }
  .contact-container .contact-wrapper .contact-info h2 {
    margin-bottom: 40px;
  }
  .contact-container .contact-wrapper .contact-info .info-item-image {
    text-align: center;
  }
  .contact-container .contact-wrapper .contact-info .info-item-image img {
    height: 70px;
  }
  footer {
    padding: 20px 0;
  }
  footer .footer-wrapper {
    display: block;
  }
  footer .footer-wrapper div:nth-of-type(1) img:nth-of-type(1) {
    width: initial;
    height: 30px;
    display: block;
    margin: 0 auto;
  }
  footer .footer-wrapper div:nth-of-type(1) img:nth-of-type(2) {
    width: initial;
    height: 90px;
    display: block;
    margin: 10px auto;
  }
  footer .footer-wrapper div:nth-of-type(1) .socials-wrapper {
    margin-top: 20px;
    justify-content: space-evenly;
    align-items: center;
  }
  footer .footer-wrapper .list-wrapper {
    display: none !important;
  }
}
