.contact-wrapper {
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.contact-card-block {
  flex: 1;
  padding: 0 20px 0 20px;
}

.contact-card-title {
  font-size: 2.05rem;
  font-weight: 800;
  color: white;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 28px;
  letter-spacing: 0.01em;
}

.contact-card-title .fa {
  font-size: 1.5em;
  color: var(--color-secondary);
}


@media (max-width: 650px) {
  body, .contact-wrapper {
    flex-direction: column;
    height: auto;
  }

  .contact-card-block {
    flex: 1 1 100%;
    max-width: 100%;
    height: auto;
    padding: 26px 16px 20px 16px;
  }

  .contact-card-title {
    font-size: 1.5rem;
  }

  .map-preview, #mapa-localizacion {
    height: 260px;
    min-height: 200px;
  }
}
