.location-s1 .s1-image-wrap img {
  max-height: 70vh;
  width: 100%;
  object-fit: cover;
  object-position: 50% 70%;
}

.location-s2 .s2-wrapper {
  display: flex;
  justify-content: center;
}

.location-s3 .s3-wrapper {
  width: auto;
  margin-inline: auto;
  margin-bottom: 150px;
}

.location-s3 .s3-wrapper ul {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
}

.location-s3 .s3-wrapper li {
  margin: 0;
  flex: 1;
  padding: 40px;
  border: 1px solid #ddd;
}

.location-s3 .s3-info-item .info-label {
  background-color: #edebe9;
  border-color: #edebe9;
  padding: 4px 18px;
  width: fit-content;
  border-radius: 6px;
  color: #a99e8f;
  margin-bottom: 26px;
  font-size: 15px;
  font-weight: 400;
}

.location-s3 .s3-info-item .info-value {
  font-size: 22px;
  color: #222;
}

@media (max-width: 768px) {
  .location-s1 .s1-desc {
    font-size: 30px;
    line-height: 48px;
  }

  .location-s3 .s3-wrapper ul {
    flex-direction: column;
  }
}
