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

.icon-contato {
 width: 3rem;
 height: 3rem;
  display: flex;
  align-items: center;
justify-content: center;
  border-radius: var(--radius-12, 12px);
  background: var(--Brand-secondary-lighter, #c3e8ff);

  color: var(--primary-color, #0b2f63);
}