.product-windows {
  /* .product-windows__title */
  /* .product-windows__text */
}

.product-windows__title {
  margin-bottom: 0.4em;
  line-height: 1.2;
 text-transform: uppercase;
}
.before-product-windows.pt3_minus {
  margin-top: 0;	
}
@media (min-width: 768px) {
  .product-windows__title {
    margin-bottom: 0.834em;
    line-height: 1.1;
  }
}

@media (min-width: 1200px) {
  .product-windows__title {
    line-height: 1.2;
    margin-bottom: 0.25em;
  }
  .before-product-windows.pt3_minus {
    margin-top: -3em;	
  }
}

.product-windows__text {
  line-height: 1.2;
  text-align: center;
}

.product-windows__text span {
  display: block;
}

@media (min-width: 768px) {
  .product-windows__text span {
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
   .home .product-windows .product-windows__wrapper {
    padding-top: 55px;
} 
}
@media (min-width: 1200px) {
  .product-windows__text span {
    display: block;
  }
}

@media (min-width: 1200px) {
  .product-windows__text {
    line-height: 1.25;
  }
  .product-windows__text {
    width: 820px;
    margin: 0 auto;
  }  
}