.map-locations {
  position: relative;
  overflow: hidden;
  margin-block: clamp(2.5rem, -0.1786rem + 7.4405vw, 8.75rem);
  padding-bottom: 100px;
  padding-inline: 20px;
  color: #ffffff;
}
.map-locations::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #4f2638;
}
.map-locations__inner {
  position: relative;
  z-index: 2;
  display: flex;
  gap: clamp(2.5rem, 1.4286rem + 2.9762vw, 5rem);
  width: min(1620px, 100%);
  margin-inline: auto;
  padding-block: clamp(2.5rem, 0.8929rem + 4.4643vw, 6.25rem);
}
@media (max-width: 959px) {
  .map-locations__inner {
    flex-direction: column;
  }
}
.map-locations__map {
  flex: 1 1 calc(50% - 40px);
}
@media (max-width: 959px) {
  .map-locations__map {
    order: 2;
    margin-inline: auto;
  }
}
.map-locations__content {
  display: flex;
  flex: 1 1 calc(50% - 40px);
  flex-direction: column;
  gap: 40px;
}
.map-locations__heading {
  max-width: 630px;
  color: #ffffff;
}
@media (max-width: 959px) {
  .map-locations__heading {
    max-width: unset;
  }
}
.map-locations__text {
  max-width: 630px;
}
@media (max-width: 959px) {
  .map-locations__text {
    max-width: unset;
  }
}
.map-locations__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1399px) {
  .map-locations__buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 959px) {
  .map-locations__buttons {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .map-locations__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.map-locations__buttons :is(.btn--outline) {
  border-color: #8e7480;
}
.map-locations__image {
  position: absolute;
  z-index: 2;
  right: -294px;
  bottom: 0;
  max-width: 1288px;
}
@media (max-width: 1539px) {
  .map-locations__image {
    max-width: 75%;
  }
}
@media (max-width: 1399px) {
  .map-locations__image {
    max-width: 65%;
  }
}
@media (max-width: 959px) {
  .map-locations__image {
    right: -150px;
    max-width: 640px;
  }
}
/*# sourceMappingURL=block-map-locations.css.map */
