/* line 4, ../../../scss/departments/medicine/hospital-medicine.scss */
.secondary-blue-dark-background {
  background: #295076;
}

/* line 10, ../../../scss/departments/medicine/hospital-medicine.scss */
.horizontal-image-color-box .image {
  display: block;
  width: 100%;
  float: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
/* line 19, ../../../scss/departments/medicine/hospital-medicine.scss */
.horizontal-image-color-box .image img {
  width: 100%;
}
/* line 23, ../../../scss/departments/medicine/hospital-medicine.scss */
.horizontal-image-color-box .content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  float: none;
  padding: 1.875rem;
  flex-direction: column;
}

@media only screen and (min-width: 64.063em) {
  /* line 36, ../../../scss/departments/medicine/hospital-medicine.scss */
  .horizontal-image-color-box .image,
  .horizontal-image-color-box .content {
    width: 50%;
  }
  /* line 40, ../../../scss/departments/medicine/hospital-medicine.scss */
  .horizontal-image-color-box .image {
    display: inline-block;
  }
  /* line 43, ../../../scss/departments/medicine/hospital-medicine.scss */
  .horizontal-image-color-box .content {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
