.contact-card {
  a:hover {
    opacity: 0.8;
  }
  .contact-card__icon {
    svg {
      fill: #5d91e5;
    }
  }
  .contact-card__location .google-maps {
    color: #5d91e5;
    text-decoration: none;
  }
}
