.contact-neighborhoods-8__card {
  position: relative;
  padding: 34px 42px 128px;
  border: 2px solid #f1d34b;
  border-radius: 38px;
  background: #ffffff;
}

.contact-neighborhoods-8__card .home-8-copy {
  max-width: 1380px;
}

.contact-neighborhoods-8__areas {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 1460px);
  margin: 18px auto -90px;
  padding: 34px 30px;
  border: 4px solid #3b3d40;
  border-radius: 38px;
  background: #ffde52;
  box-shadow: 0 6px 18px rgba(24, 27, 33, 0.18) inset;
}

.contact-neighborhoods-8__area {
  text-align: center;
}

.contact-neighborhoods-8__area-icon {
  color: #121212;
}

.contact-neighborhoods-8__area-icon svg {
  width: 54px;
  height: 54px;
}

.contact-neighborhoods-8__area h3 {
  margin: 12px 0 0;
  color: #191919;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .contact-neighborhoods-8__areas {
    grid-template-columns: 1fr;
    margin-bottom: -70px;
  }
}

@media (max-width: 767px) {
  .contact-neighborhoods-8__card {
    padding: 24px 20px 94px;
    border-radius: 24px;
  }

  .contact-neighborhoods-8__areas {
    padding: 22px 18px;
    border-radius: 24px;
    margin-bottom: -54px;
  }
}
