/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/wt-components/neighbourhood-usp.scss ***!
  \********************************************************************************************************************************************************************************************************/
.neighbourhood-usp {
  padding: 3.2rem 1.6rem;
  border-top: 1px solid rgba(var(--grey-light), 0.3);
}
@media only screen and (min-width: 768px) {
  .neighbourhood-usp {
    padding: 3.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .neighbourhood-usp {
    padding: 4.8rem 6.4rem;
  }
}
.neighbourhood-usp__wrapper {
  max-width: 128rem;
  margin: 0 auto;
}
.neighbourhood-usp__title {
  margin-bottom: 3.2rem;
  text-align: center;
}
.neighbourhood-usp__description {
  max-width: 980px;
  margin: auto;
  padding: 0 0.8rem;
  margin-bottom: 3.2rem;
}
.neighbourhood-usp__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.neighbourhood-usp__item {
  width: 100%;
  padding: 0 0.8rem;
  margin-bottom: 1.6rem;
  font-weight: normal;
  color: rgb(var(--grey-dark));
}
@media only screen and (min-width: 576px) {
  .neighbourhood-usp__item {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .neighbourhood-usp__item {
    width: 33.3333%;
  }
}
.neighbourhood-usp__item:hover .neighbourhood-usp__media {
  opacity: 1;
}
.neighbourhood-usp__item-link {
  font-weight: normal;
  color: rgb(var(--grey-dark));
}
.neighbourhood-usp__item-link:hover {
  text-decoration: none;
}
.neighbourhood-usp__item-link:hover .neighbourhood-usp__card-title {
  text-decoration: underline;
  color: rgb(var(--primary-color));
}
.neighbourhood-usp__card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(var(--grey-light), 0.3);
  border-radius: 2px;
  background-color: rgb(var(--white));
  box-shadow: 0 1px 0 rgba(var(--grey-light), 0.3);
  overflow: hidden;
}
.neighbourhood-usp__content {
  padding: 2.4rem;
  margin-bottom: auto;
}
.neighbourhood-usp__card-title {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  transition: all 0.3s ease-in-out;
}
.neighbourhood-usp__media {
  margin-top: auto;
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}
.neighbourhood-usp__media img {
  aspect-ratio: 409/204;
  width: 100%;
  height: 100%;
}
