.property {
  width: 100%;
  height: auto;
  padding: 150px 20px;
  background: url(../../../../img/main/marble-bg.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.property-container {
  max-width: 1170px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
  overflow: hidden;
}

.property-container-block {
  display: flex;
  flex: 1 1 auto;
  align-self: stretch;
  width: 50%;
}

.property-container-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  flex-shrink: 1;
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 350px;
}

.property-container-poster {
  display: flex;
  flex: 1 1 auto;
  min-height: 1px;
  float: left;
  width: 100%;
  background-image: url(https://nautilus220.com/wp-content/uploads/2021/03/N220_ext011-scaled.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.property-container-text {
  padding: 0 40px 0;
}
.property-container-text__title h6 {
  color: #797f8c;
  line-height: 2;
}
.property-container-text__title h2 {
  color: #0c1524;
  line-height: 1;
  font-weight: 400;
}
.property-container-text__text {
  margin-top: 0;
  color: #797f8c;
  font-weight: 300;
  transform: translateX(-80%);
  opacity: 0;
}
.property-container-text__text p {
  padding-bottom: 8px;
  line-height: 1.3;
}
.property-container-text__text li {
  padding: 3px 0;
  margin-left: 40px;
}
.property-container-text__text:nth-child(1) {
  transition: all 1s;
}
.property-container-text__text:nth-child(2) {
  transition: all 1s ease 0.2s;
}
.property-container-text__text:nth-child(3) {
  transition: all 1s ease 0.4s;
}
.property-container-text__text:nth-child(4) {
  transition: all 1s ease 0.6s;
}
.property-container-text__text:nth-child(5) {
  transition: all 1s ease 0.8s;
}
.property-container-text__text.active {
  transform: translateX(0);
  opacity: 1;
}
.property-container-text__link {
  padding: 20px 0;
}
.property-container-text__link a {
  color: #6da8c8;
}

@media screen and (max-width: 875px) {
  .property-container {
    flex-direction: column;
  }

  .property-container-block {
    width: 100%;
  }
}

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