/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/faculty_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;
}

.col_list {
  margin-top: 0;
}
.col_list::after {
  content: "";
  width: 100vw;
  height: calc(100% - 5rem);
  background: #f2f5fb;
  position: absolute;
  left: -1.25rem;
  bottom: -1.25rem;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .col_list .item_pic {
    width: 76%;
    margin: 0 auto;
  }
}
.col_list .item_pic .img {
  -o-object-position: top;
     object-position: top;
}

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