.adv-house {
  margin: 8rem 0;
}
@media (max-width: 979px) {
  .adv-house {
    margin-bottom: 0;
    margin-top: 4rem;
  }
}
.adv-house__title {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 100%;
  color: #3c9cd7;
  margin-bottom: 2.5rem;
}
.adv-house__list {
  display: flex;
  column-gap: 9rem;
}
@media (max-width: 979px) {
  .adv-house__list {
    flex-direction: column;
    row-gap: 2.4rem;
  }
}
.adv-house .adv-house-item {
  position: relative;
  padding-bottom: 3rem;
  width: 100%;
  max-width: 49rem;
}
.adv-house .adv-house-item__img {
  height: 34.7rem;
  width: 100%;
  border-radius: 0 10rem 10rem 10rem;
  overflow: hidden;
}
@media (max-width: 979px) {
  .adv-house .adv-house-item__img {
    height: 24rem;
    border-radius: 0 5rem 5rem 5rem;
  }
}
.adv-house .adv-house-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adv-house .adv-house-item__title {
  border-radius: 5rem 5rem 0 5rem;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  color: #173a67;
  min-height: 12.2rem;
  padding: 3rem 4rem;
  box-sizing: border-box;
  display: flex;
  position: absolute;
  bottom: 0;
  right: -3.6rem;
  width: calc(100% - 1.7rem);
  max-width: 41rem;
}
@media (max-width: 979px) {
  .adv-house .adv-house-item__title {
    border-radius: 2.5rem 2.5rem 0 2.5rem;
    min-height: 7.5rem;
    right: -0.5rem;
  }
}
.adv-house .adv-house-item__title span {
  font-size: 3rem;
  line-height: 100%;
  max-width: 90%;
}
.adv-house__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
