/* -- inner hero -- */
.hero {
  background-image: linear-gradient(270deg, rgba(33, 33, 33, 0.8) 0%, rgba(33, 33, 33, 0.95) 100%), url(/imageserver/Textures/ROOFING23.jpg);
}

.set-apart {
  background-color: antiquewhite;
  max-width: 100vw;
}
.set-apart img {
  width: 100%;
  max-width: 100%;
}
.set-apart .row {
  display: flex;
}
.set-apart .row .col {
  max-width: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.set-apart .row .col h2, .set-apart .row .col ul {
  width: 600px;
  max-width: 90%;
}
.set-apart .row .col h2 {
  font-size: 3rem;
}
.set-apart .row .col ul li {
  font-size: 1.5rem;
}/*# sourceMappingURL=SetApart.css.map */