.section-contact-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

@media (min-width: 1280px) {
  .section-contact-left {
    justify-self: start;
    max-width: 52rem;
  }
}

.section-contact-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 1280px) {
  .section-contact-right {
    justify-self: end;
    max-width: 77rem;
  }
}

.section-contact-title {
  color: var(--green);
  text-align: left !important;
}

.section-contact-location {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  justify-content: start;
  justify-items: start;
  align-content: start;
  align-items: start;
  gap: 2.4rem;
  width: 100%;
  margin-top: 2.4rem;
}

@media (min-width: 768px) {
  .section-contact-location {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    gap: 4.8rem;
  }
}

.google-maps {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 24rem;
  border-radius: 2.4rem;
  pointer-events: auto;
  touch-action: auto;
}

.section-contact-location-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.4rem;
}

.section-contact-link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.2rem;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  color: var(--black);
}

.section-contact-link-icon {
  width: 2.4rem;
  height: 2.4rem;
}
