.social-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.social-wrapper > a > img {
  width: 1.5rem;
}

.contacts-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  padding: 1rem;
}

.contacts-container {
  display: flex;
  gap: 0.5rem;
  height: 75vh;
}

.contacts-container > * {
  width: 50%;
  height: 100%;
}

#map .mapboxgl-ctrl-logo {
  display: none;
}

@media (max-width: 900px) {
  .contacts-container {
    flex-direction: column;
  }
  .contacts-container > * {
    width: 100%;
    height: 50%;
  }
}
