/* Custom CSS for EINSTAL site */

/* Increase the width of the main content text box */
.measure-wide {
  max-width: 70em; /* Increased from 34em to 50em for wider text */
}

/* Lower the banner height by reducing padding */
.pv6-l {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}