/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/home/clinical_list.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.page_content {
  padding: 4.375rem 0 9.375rem;
}
.page_content .breadcrumbs {
  margin-bottom: 0.625rem;
}

.faculty_sec {
  padding: 2.5rem 0 5rem;
}
.faculty_sec:first-child {
  padding-top: 0;
}

@media screen and (max-width: 950px) {
  .col_list {
    display: block;
  }
}

.col_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 1.25rem;
}
@media screen and (max-width: 950px) {
  .col_li {
    padding: 1.25rem 0;
  }
}

.item_caption {
  padding: 0 !important;
}

.item_caption {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.item_title {
  font-size: 1.875rem !important;
}

.item_title {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 0 1.25rem;
}
@media screen and (max-width: 950px) {
  .item_title {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 480px) {
  .item_title {
    font-size: 1.875rem !important;
  }
}

/*# sourceMappingURL=clinical_list.min.css.map*/