.contact-card {
  a:hover {
    opacity: 0.8;
  }

  .contact-card__icon {
    svg {
      fill: #5d91e5;
    }
  }

  .contact-card__location .google-maps {
    color: #5d91e5;
    text-decoration: none;
  }
}

@media (min-width: 992px) {
  .it-map__wrapper {
    margin-top: -8rem;
  }
}
