.about-neighborhoods-7__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.96fr) minmax(0, 1.04fr);
  gap: 32px;
  align-items: center;
}

.about-neighborhoods-7__map img {
  display: block;
  width: 100%;
  border: 6px solid #a8d3f1;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(113, 150, 173, 0.16);
}

.about-neighborhoods-7__areas {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.about-neighborhoods-7__area-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 16px;
  border-radius: 22px;
  background: #dff4ff;
  text-align: center;
}

.about-neighborhoods-7__area-icon {
  color: #111319;
}

.about-neighborhoods-7__area-icon svg {
  width: 42px;
  height: 42px;
}

.about-neighborhoods-7__area-card span {
  color: #2d3239;
  font-family: var(--font-family-display);
  font-size: 17px;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .about-neighborhoods-7__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .about-neighborhoods-7__areas {
    grid-template-columns: 1fr;
  }
}
