.Location.Overview {
  position: relative;
  max-width: 82.5rem;
}
@media (max-width: 768px) {
  .Location.Overview .block-grid {
    overflow: hidden;
  }
  .Location.Overview .block-grid > li {
    width: 45%;
  }
  .Location.Overview nav {
    justify-content: center;
  }
}
.Location.Overview > .Heading {
  text-align: left;
  margin-bottom: 2.6875rem;
}
.Location.Overview > .Heading .left {
  max-width: 32.625rem;
}
.Location.Overview > .Heading .left .h4 {
  color: black;
}
.Location.Overview > .Heading .left .h2 {
  color: #02534C;
  margin: 0;
}
@media (max-width: 768px) {
  .Location.Overview.featured .block-grid > li {
    width: 100%;
  }
}

.Location.Item.default > figure, .Location.Item.featured > figure {
  position: relative;
  margin: 0;
  mix-blend-mode: multiply;
  min-height: 12.5rem;
}
.Location.Item.default > figure.stafkantoor img, .Location.Item.featured > figure.stafkantoor img {
  padding: 0;
  object-fit: cover;
}
.Location.Item.default > figure img, .Location.Item.featured > figure img {
  mask-image: url("/wp-content/themes/ibizz/images/mask/school-mask-default.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background: #FFF4E1;
  padding: 3.75rem 3.125rem;
  mix-blend-mode: multiply;
  min-width: 14.9375rem;
}
@media (max-width: 768px) {
  .Location.Item.default > figure img, .Location.Item.featured > figure img {
    transform: scale(0.8);
    padding: 2.5rem 1.875rem;
    mask-position: left center;
    margin-left: -1.25rem;
  }
}
@media (max-width: 768px) {
  .Location.Item.default > figure span.icon.arrow, .Location.Item.featured > figure span.icon.arrow {
    right: -0.625rem;
    bottom: 1.5625rem !important;
  }
}
.Location.Item.featured {
  background: #FFF4E1;
  border-radius: 1.25rem;
  overflow: hidden;
}
.Location.Item.featured > figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  mix-blend-mode: unset;
}
.Location.Item.featured > figure img {
  width: 100%;
  height: 18.75rem;
  object-fit: contain;
  padding: 5rem 6.875rem;
  mix-blend-mode: unset;
  mask-image: url("/wp-content/themes/ibizz/images/mask/news-mask-default.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: bottom center;
  background: white;
}
@media (max-width: 768px) {
  .Location.Item.featured > figure img {
    transform: scale(1);
    margin-left: 0;
  }
}
.Location.Item.featured > figure span.icon {
  right: 0.9375rem;
}
@media (max-width: 768px) {
  .Location.Item.featured > figure span.icon {
    right: 0.9375rem !important;
  }
}
.Location.Item.featured > .inner {
  position: relative;
  padding: 1.875rem 1.25rem 2.5rem 1.25rem;
}
.Location.Item.featured > .inner > .Heading {
  margin-bottom: 1.5625rem;
}
.Location.Item.featured > .inner > .Heading .h3 {
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: 600;
  color: black;
}
.Location.Item.featured > .inner > .contact {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.Location.Item.featured > .inner > .contact > div {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.Location.Item.featured > .inner > .contact > div span.icon {
  background: white;
  width: 3rem;
  height: 3rem;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Location.Item.featured > .inner > .contact > div span.icon svg {
  fill: #E77724;
}
.Location.Item.featured > .inner > .contact > div > a {
  font-size: 1rem;
  color: #131313;
  text-decoration: none;
}