.cusdiv11 {
  width: 242px;
  text-align: center;
}
.page-hero {
  background: linear-gradient(to bottom, transparent, mistyrose),
    url(../../images/sod.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

ul {
  padding-left: 3rem;
}

@media screen and (max-width: 768px) {
  ul {
    padding-left: 20px;
  }
}

.subpage-background {
  position: absolute !important;
  left: 0 !important;
  right: 8% !important;
  top: 0 !important;
  bottom: 0 !important;
  background-color: #ffffff !important;
  z-index: -1 !important;
}

h2 {
  font-size: 2.5rem;
}
