.singlePageSection:first-of-type {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100vh);
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100vh);
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100vh);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
  overflow: hidden;
}

.singlePageSection .modalOperations > div {
  margin-bottom: 2.5rem;
}

.singlePageSection ol li p {
  padding: 1rem 0;
}

.singlePageSection .fixedImage > div {
  height: calc(100vh - 7rem);
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .singlePageSection .fixedImage > div {
    height: 33vh;
  }
}
