.footer-clean {
  padding: 50px 0;
  background-color: #F5F5F5;
  color: #4b4c4d;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 14px;
  color: #1E4075;
  font-family: 'Montserrat';
}

@media (min-width: 768px) {
    .xs__tw-footer__links {
        padding-top: 27px !important;
    }
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 2;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
  font-family: 'Montserrat';
}

.footer-clean ul a:hover {
  opacity: 1;
}

@media (max-width: 992px) {
    .footer-clean .item.social {
        display: none !important;
    }
}



