@media (min-width: 992px) {
   .zscustom-section-vision .zprow-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 500px !important;
  }

    
/* About Us Page */
  /* Box lilac (text) on the left */
  .zscustom-section-vision .zpelem-col:nth-child(1) {
    flex: 0 1 auto;
    max-width: 1000px !important;
    width: 100%;
    padding: 60px 80px !important;
    margin-right: -70px !important; /* overlay da imagem */
    box-sizing: border-box;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    height: 100% !important;
  }

  /* Coluna com imagem à direita */
  .zscustom-section-vision .zpelem-col:nth-child(2) {
    flex: 0 0 auto;
    margin-left: -70px !important; /* match do overlay */
    position: relative;
    z-index: 2;
    width: 400px !important;
    max-width: 400px !important;
  }
}
    
    
  .zscustom-section-59 .zprow-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 500px;
    width: 100vw !important;         /* ocupa toda a viewport */
    max-width: 100vw !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .zscustom-section-59 [data-element-type="image"] {
    flex: 0 0 auto;
    margin-right: -70px !important;
    position: relative;
    z-index: 2;
  }

  .zscustom-section-59 [data-element-type="box"] {
    flex: 0 1 auto;
    max-width: 1000px !important; /* AUMENTA largura da box lilás */
    width: 100%;
    padding: 60px 80px !important; /* mais espaço lateral */
    margin-left: -70px !important;
    box-sizing: border-box;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important; /* CENTRA verticalmente o conteúdo */
    height: 100% !important;
  }
    .zscustom-section-59 .zpelem-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
}
 /* Mobile + Tablet (<= 991px) */
@media (max-width: 767px) {
  .zptext p {
    font-family: 'Verdana', sans-serif !important;
    font-size: 16px !important;
  }
}  
    
  /* Image full-width and on top */
  .zscustom-section-59 [data-element-type="image"] {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  /* Box below, overlapping image slightly */
  .zscustom-section-59 [data-element-type="box"] {
    position: relative !important;
    z-index: 1 !important;
    width: 85% !important;
    margin: -50px auto 20px auto !important; /* pull up under the image */
    padding: 30px 20px !important;
    box-sizing: border-box;
  }
}