.zs-design-container {
  min-height: 750px;
}

@media only screen and (max-width: 1180px) {
    .zs-design-container {
        min-height: 640px;
    }
}
@media only screen and (max-width: 880px){
  zs-ext-btn > div {
        white-space: nowrap;  
   }
}
@media only screen and (max-width: 580px) {
  .zs-design-container {
         min-height: 580px; 
   }
   .zs-temp-cta {
       white-space: nowrap;
   }
   .zs-design-section h2  {
      width: 100%;
   }
}