/* breakpoints */

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container {
  max-width: 1251px;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (min-width: 1224px) {
  [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.07;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.background-image__wrapper {
  background-color: #fff;
  position: relative;
  padding-bottom: 6.4rem;
  -webkit-filter: none;
  filter: none;
}

.bg-dark .background-image__wrapper {
  background-color: #262219;
}

.bg-blue .background-image__wrapper {
  background-color: #004987;
}

.background-image__wrapper:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  position: absolute;
  opacity: 0.9;
}

.become-surgeon .background-image__wrapper {
  padding-bottom: 15.4rem;
}
