.neighborhoods-grid__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .neighborhoods-grid__inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .neighborhoods-grid__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.neighborhoods-grid__tile {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .neighborhoods-grid__tile {
    flex-direction: row;
    align-items: stretch;
  }
}
@media only screen and (min-width: 992px) {
  .neighborhoods-grid__tile--reversed {
    flex-direction: row-reverse;
  }
}
.neighborhoods-grid__copy {
  background-color: #AA273E;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding: 40px;
}
@media only screen and (min-width: 992px) {
  .neighborhoods-grid__copy {
    flex: 1 1 50%;
    gap: 20px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .neighborhoods-grid__copy {
    padding: 60px;
  }
}
.neighborhoods-grid__name {
  font-family: "Dunbar Tall";
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0.64px;
  color: #FFFFFF;
  margin: 0;
}
@media only screen and (min-width: 1600px) {
  .neighborhoods-grid__name {
    font-size: 36px;
    letter-spacing: 0.72px;
  }
}
.neighborhoods-grid__type {
  font-family: "Dunbar Tall";
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}
@media only screen and (min-width: 1600px) {
  .neighborhoods-grid__type {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
.neighborhoods-grid__desc p {
  font-family: "Dunbar Tall";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
  color: #FFFFFF;
  margin: 0;
}
@media only screen and (min-width: 1600px) {
  .neighborhoods-grid__desc p {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.36px;
  }
}
.neighborhoods-grid__media {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .neighborhoods-grid__media {
    flex: 1 1 50%;
  }
}
.neighborhoods-grid__image {
  width: 100%;
  height: 295px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .neighborhoods-grid__image {
    height: 300px;
  }
}
@media only screen and (min-width: 1600px) {
  .neighborhoods-grid__image {
    height: 340px;
  }
}
.neighborhoods-grid__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.neighborhoods-grid__link {
  background-color: #F0F0F0;
}
.neighborhoods-grid__link:hover, .neighborhoods-grid__link:focus-visible {
  background-color: #AA273E;
  color: #FFFFFF;
}
.neighborhoods-grid__link-icon {
  font-size: 20px;
  line-height: 1;
}
.neighborhoods-grid__trailing {
  padding: 40px 30px;
}
@media only screen and (min-width: 992px) {
  .neighborhoods-grid__trailing {
    padding: 60px 80px;
    display: flex;
    align-items: center;
  }
}
.neighborhoods-grid__trailing-inner p {
  font-family: "Dunbar Tall";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
  color: #000000;
  margin: 0 0 1em;
}
.neighborhoods-grid__trailing-inner p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1600px) {
  .neighborhoods-grid__trailing-inner p {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.36px;
  }
}

/*# sourceMappingURL=neighborhoods-grid.css.map */
