.contato-map {
  width: 100%;
  min-height: 400px;
}

.contato i:not(.social i) {
  color: var(--primary-color);
  font-size: 1.4rem;
}

.contato a {
  color: var(--grey-01);
  transition: .3s;
}

.contato a:hover {
  color: var(--primary-color);
}

.contato h2 {
  position: relative;
}

.contato h2::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 3rem;
  height: 3px;
  border-radius: 6.25rem;
  background-color: var(--primary-color);
}