/* ============================================
   Construction Page Styles
   ============================================ */

/* Justificar texto en página de construcción */
.construction-hero .irrigation-subtitle,
.construction-hero .section-description,
.pdg-card .section-description,
.pdg-card .card-body .section-description,
.content-card p,
.highlight-section p {
  text-align: justify;
}

@media (max-width: 768px) {
  .construction-hero .irrigation-subtitle,
  .construction-hero .section-description,
  .pdg-card .section-description,
  .pdg-card .card-body .section-description,
  .content-card p,
  .highlight-section p {
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    hyphens: auto;
    word-spacing: normal;
  }
}

