#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../roof-cleaning/images/roof-cleaning-metro-vancouver.jpg) top center;
  background-size: cover;
  background-attachment: fixed;
}

.gallery-preview {
  background-image: url("../roof-cleaning/images/roof-cleaning-gallery/roof-spraying-in-vancouver.avif");
}

#soft-wash-demo {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 500px;
}

#article h5 {
  text-align: left;
  max-width: 700px;
  margin-left: 10px;
}

#cheap-roof-cleaning {
  margin: auto;
  display: block;
  margin-bottom: 10px;
  max-width: 400px;
  width: 100%;
}

#about {
  margin-bottom: 20px;
}

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

.roof-cleaning-services h3 {
  text-align: left !important;
  font-size: 15px;
  margin-top: 3px !important;
}

.ul-roof-cleaning-benefits h3 {
  text-align: left !important;
  font-size: 15px;
  margin-top: 3px !important;
  font-weight: bolder;
}
