.history-wrapper {
  background-image: url('../img/monumento-rev.JPG'); /* Path to your image */
  background-size: cover;
  color:white;
  background-position: center top;
}

@media (min-width: 768px) { /* Adjusts for medium devices and up */
    .equal-height-header {
      height: 6rem; /* Example height; adjust as needed */
    }
  }


#gradient-background {
    background-image: linear-gradient(to bottom, antiquewhite, white);
}

#contact-wrapper {
    background-image: linear-gradient(180deg, white, white 50%, rgb(92,131,156) 100%);
    
}

