body .hero-container {
    border: 3px solid #9a4912 !important;
    border-radius: 20px !important;
}

body .hero-container:nth-child(3n+2) {
    border-color: #567ebf !important;
}

body .hero-container:nth-child(3n+1) {
    border-color: #00594c !important;
}
.has-background-image {
  background: linear-gradient(to top, white 0%, transparent 60%), url('https://www.cleanairday.org/wp-content/uploads/2023/04/sac_header-4.png') no-repeat !important;
  background-size: cover !important;
}