.contact-locations {
  padding-top: 120px;
  padding-bottom: 40px;
  background: #e4e8d4;
}
.locations-row {
  display: flex;
  gap: 80px;
}
.locations__content {
  width: calc(30% - 40px);
}

.locations__img {
  width: calc(70% - 40px);
}
.acf-map {
  position: absolute;
  right: 36px;
  bottom: 36px;
  border-radius: 4px;
  width: 382px;
  overflow: hidden;
  height: 250px;
}
.locations__img {
  position: relative;
}
.locations__img img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.locations-row:not(:last-of-type) {
  margin-bottom: 50px;
}
.locations__desc,
.short-desc {
  color: #384021;
  font-family: "trajan-pro-3", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.5px; /* 175% */
}
.locations__desc p:not(:last-of-type),
.short-desc p:not(:last-of-type) {
  margin-bottom: 23px;
}
.locations__desc strong,
.short-desc strong {
  color: rgba(56, 64, 33, 0.6);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.locations__desc span,
.short-desc span {
  color: rgba(56, 64, 33, 0.6);
  font-size: 16px;
}
.short-desc {
  padding-top: 29px;
  margin-top: 29px;
  border-top: 1px solid rgba(47, 54, 36, 0.2);
}
.page-id-36 #page {
  background: #e4e8d4;
}
@media only screen and (max-width: 1200px) {
  .locations-row {
    flex-direction: column;
    gap: 40px;
  }
  .locations-row > div {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .acf-map {
    right: 0;
    bottom: 0;
    margin-top: 10px;
    width: 100%;
    position: unset;
  }
  .locations__desc,
  .short-desc {
    font-size: 16px;
  }
  .locations-row {
    gap: 20px;
  }
  .locations__desc p:not(:last-of-type),
  .short-desc p:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
