#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(./images/exterior-home-detailing.avif) top center;
  background-size: cover !important;
  /* background-attachment: fixed; */
}

/* .gallery-preview {
  background-image: url("images/house-washing-gallery/gable-soft-washing.avif");
} */

@media (min-width: 700px) {
  #hero {
    background: url(./images/exterior-home-detailing.avif) top center;
  }
}

@media (max-width: 500px) {
  #hero {
    height: calc(100vh - 114px);
  }
}

#article h4 {
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
  font-size: 1.15rem;
  text-decoration: underline;
}

#article h3 {
  font-weight: bold;
  text-decoration: underline;
  margin-left: 15px;
  margin-right: 15px;
}

.mb-0 {
  margin-bottom: 0;
}

.ul-link {
  margin-bottom: 10px !important;
}
