.colored-div {
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 175px);
}

.intro, .divider > h2 {
  display: none;
}
.claims-provider-list-buttons {
  display: none;
}