#main{
    background: #f6f6f6;
    background-image: linear-gradient( 90deg , #f6f6f6 50%,#FFF 50%);
}
.block h2.block-title {
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 40px;
    border: 0;
}
.block h2.block-title:after{
  content:"";
  width:60px;
  height:3px;
  background:#005826;
  position:absolute;
  bottom:0;
  left:0;
}
.teacheritems {
    overflow: hidden;
    padding: 20px;
    clear: both;
}
.teacheritems h3 {
    color: #1F6735;
    padding: 10px 20px 20px 30px;
    font-size: 20px;
}
ul.teacheritem {
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-flow: wrap;
}
ul.teacheritem li{
  list-style:none;
}
.teacheritem p.name{
  font-size:16px;
  font-weight:600;
  margin-top:10px;
}
ul.teacheritem a {
    color: #000;
}


.teacherblock {
  color:#999;
}
.teacherblock .list-title{
  margin-bottom:15px;
}
.teacherblock .list-title a{
    color: #014924 !important;
    font-size: 18px !important;
    font-weight: bold;
}

.teacherblock h3{
      margin-top: 40px;
    color: #333;
    text-transform: capitalize;
    font-size: 30px;
    padding-bottom: 5px;
    margin-bottom: 40px;
}
.list-images-1-1 .list-left img {
    max-height: 160px;
}
p.text-light.four-line {
    margin-top: 10px;
}
@media screen and (min-width: 992px){
.teacherblock  .list-images-1-1 .list-content {
    display: inherit;
    padding-right: 16px;
    padding-left:0;
}
.teacherblock  .list-images-1-1 .list-content {
    padding-left: 5px;
    padding-right: 15px;
}
}
@media screen and (min-width: 1171px){
.faculty-row {
    padding-bottom: 20px;
    border-bottom: 0.9px solid #dcdcdc;
    margin-bottom: 20px;
}}
@media screen and (max-width: 1170px){
.views-view-grid .views-col {
    float: none;
    width:100% !important;
    overflow:hidden;
}
.teacherblock  .faculty-row {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0px;
}
.faculty-col{
  margin-bottom:20px;
}
}