.windows-house {
  /* .windows-house__item */
  /* .windows-house__info */
  /* .windows-house__title */
  /* .windows-house__text */
  /* .windows-house__btn */
}

.windows-house__item {
  background-repeat: no-repeat;
  background-position: top center;
  /* .windows-house__item--home */
  /* .windows-house__item--balcony */
}

.windows-house__item--home {
  background-image: url(/wp-content/themes/twentytwenty-child/img/windows-to-the-house-img-home-s.png);
  padding-top: 11.938em;
}

@media (max-width: 767px) {
 .windows-house__wrapper {
    padding-bottom: 0;
}  
}
@media (min-width: 768px) {
  .windows-house__item--home {
    background-image: url(/wp-content/themes/twentytwenty-child/img/windows-to-the-house-img-home-m.png);
    background-position: right;
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .windows-house__item--home {
    background-image: url(/wp-content/themes/twentytwenty-child/img/windows-to-the-house-img-home-l.png);
    background-size: 26em;
    background-position: 29em 0;
  }
}

.windows-house__item--balcony {
  background-image: url(/wp-content/themes/twentytwenty-child/img/windows-to-the-house-img-balcony-s.png);
  margin-top: 1.563em;
  padding-top: 15em;
}

@media (min-width: 768px) {
  .windows-house__item--balcony {
    background-image: url(/wp-content/themes/twentytwenty-child/img/windows-to-the-house-img-balcony-m.png);
    background-position: left;
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .windows-house__item--balcony {
    background-image: url(/wp-content/themes/twentytwenty-child/img/windows-to-the-house-img-balcony-l.png);
    background-size: 20em;
    background-position: inherit;
  }
}

@media (min-width: 768px) {
  .windows-house__info {
    max-width: 34.7rem;
  }
}

@media (min-width: 1200px) {
  .windows-house__info {
    max-width: 44.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 28rem;
  }
}

.windows-house__info--balcony {
  margin-left: auto;
}

@media (min-width: 1200px) {
  .windows-house__info--balcony {
    min-height: 34rem;
    margin-right: 1.6em;
  }
}

.windows-house__title {
  margin-bottom: 0.4em;
  line-height: 1.2em;
  text-align: center;
}

@media (min-width: 768px) {
  .windows-house__title {
    margin-bottom: 0.8em;
    line-height: 1.1em;
    text-align: left;
  }
  .windows-house__title span {
    display: block;
  }
}

@media (min-width: 1200px) {
  .windows-house__title {
    margin-bottom: 0.47em;
  }
}

.windows-house__text {
  margin-bottom: 1.3em;
  line-height: 1.38;
}

@media (min-width: 768px) {
  .windows-house__text {
    line-height: 1.25;
    margin-bottom: 2.5em;
  }
}

@media (min-width: 1200px) {
  .windows-house__text {
    margin-bottom: 1.6em;
  }
}

@media (min-width: 1200px) {
  .windows-house__btn {
    max-width: 32rem;
    margin-left: 0;
  }
}
/*# sourceMappingURL=windows-to-the-house.css.map */