.home-neighborhoods-9__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.home-neighborhoods-9__media img {
  display: block;
  width: 100%;
  border-radius: 18px;
}

.home-neighborhoods-9__learn {
  margin-top: 28px;
}

.home-neighborhoods-9__list {
  margin-top: 54px;
}

.home-neighborhoods-9__item {
  position: relative;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 26px;
  padding-bottom: 28px;
}

.home-neighborhoods-9__item.has-line::after {
  content: "";
  position: absolute;
  left: 43px;
  top: 88px;
  bottom: 18px;
  border-left: 3px dotted rgba(50, 60, 47, 0.55);
}

.home-neighborhoods-9__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff7b5;
  color: #34402f;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 700;
}

.home-neighborhoods-9__item h3 {
  margin: 0;
  color: #1f2126;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  line-height: 1.06;
  font-weight: 600;
}

@media (max-width: 980px) {
  .home-neighborhoods-9__grid {
    grid-template-columns: 1fr;
  }

  .home-neighborhoods-9__list {
    margin-top: 34px;
  }
}

@media (max-width: 640px) {
  .home-neighborhoods-9__item {
    grid-template-columns: 1fr;
  }

  .home-neighborhoods-9__item.has-line::after {
    display: none;
  }
}
