/**************************/
/* SECTION LOCATION */
/**************************/

.location-item {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 2px;
  overflow: hidden;
  padding-bottom: 2.4rem;
}

.img-box {
  max-height: 36rem;
  overflow: hidden;
}

.location-img {
  width: 100%;
  transition: all 300ms;
}

.location-img:hover {
  transform: scale(1.02);
}

.location-body {
  padding: 3.2rem 4.8rem 4.8rem 4.8rem;
}

.location-title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  /* margin-bottom: 3.2rem; */
}

.location-address {
  margin-bottom: 1.2rem;
}

.location-links {
  display: flex;
  gap: 2.4rem;
  /* margin-bottom: 2.4rem; */
}

.embed-map-responsive {
  position: relative;
  text-align: right;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.embed-map-container {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.embed-map-frame {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
