/**
SCSS for Our Patients Hospital Component
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
.what--our--patient--hospital--media img {
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .what--our--patient--hospital--media img {
    height: 14.375rem;
  }
}

.what--our--patient--hospital--details {
  padding: 2.3125rem 1.25rem;
}

@media only screen and (min-width: 992px) {
  .what--our--patient--hospital--details {
    padding: 1.625rem 2.0625rem;
  }
}

.what--our--patient--hospital--desc {
  margin-bottom: 1.25rem;
  min-height: 5.25rem;
}

.what--our--patient--hospital--desc p {
  font-size: 0.75rem;
}

@media only screen and (min-width: 992px) {
  .what--our--patient--hospital--desc p {
    font-size: 0.875rem;
  }
}

.what--our--patient--hospital--name {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.54px;
  color: #58595B;
}

.what--our--patient--hospital--shoulder--text {
  font-size: 0.75rem;
  color: #58595B;
}

@media only screen and (min-width: 992px) {
  .what--our--patient--hospital--shoulder--text {
    font-size: 0.75rem;
  }
}

.owl-carousel .owl-item .what--our--patient--hospital--media img {
  width: 100%;
}

.what--our--patients--hospital--wrap .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.what--our--patients--hospital--wrap .owl-stage-outer .owl-stage .owl-item .aster--grey--card--details {
  height: 100%;
}

.what--our--patients--hospital--wrap .views-row {
  height: 100%;
}

/*# sourceMappingURL=our--patient--hospital.css.map */
