.cre-hero {
  background-image: linear-gradient(
      to right bottom,
      rgba(28, 29, 28, 0.8),
      rgba(28, 29, 28, 0.8)
    ),
    url("/images/sites/xyz-cre-001.jpg");
  height: 45vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cre-section-image {
  width: 100%;
  height: 20rem;
}

@media only screen and (max-width: 767px) {
  .margin-top-sm {
    margin-top: 0.8rem;
  }
}

@media only screen and (max-width: 600px) {
  .cre-hero {
    height: 45vh;
  }

  .remove-px-sm {
    padding-left: 0px;
    padding-right: 0px;
  }

  .margin-top-sm {
    margin-top: 0.8rem;
  }
}
