.about_hero{
    position: relative;
    /* height: 100vh; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(8, 19, 92, 0.9)), to(rgba(8, 19, 92, 0.9))), url(../images/slider-bg.jpg);
    background-image: -webkit-linear-gradient(left, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);
    background-image: -moz-linear-gradient(left, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);
    background-image: -o-linear-gradient(left, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);
    background-image: linear-gradient(to right, rgba(208, 208, 214, 0.9), rgba(198, 198, 202, 0.9)), url(../images/slider-bg.jpg); */
    background-image:linear-gradient(to right, rgba(208, 208, 214, 0.9), rgba(198, 198, 202, 0.9)), url('../images/about.jpeg');
    background-size: contain;
    background-position: center;
  }

  .about-box p{
    font-size: 18px;
    color:  #04146e;
    margin-top: 20px;
    font-weight: 600;
  }

  .about-box h1{
    /* font-size: 20px; */
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 0;
    font-weight: 900;
    left: 0;
    color:#04146e;
  }

  .about-box h1::before{
    content: '';
    width: 50%;
    height: 5px;
    position: absolute;
    /* top: 0; */
    bottom: -10px;
    left: 0;
    background-color:#04146e;
    border-radius: 15px;
  }


  .our-members{
    /* border: 1px solid red; */
    justify-content: center;
  }

  .our-member-heading h1{
    /* display: inline-block; */
    /* width: 100%; */
    position: relative;
    top: 0;
    left: 0;
    /* border: 1px solid red; */
  }

  .our-member-heading h1::before{
    content: '';
    width: 90px;
    height: 5px;
    position: absolute;
    /* top: 0; */
    border-radius: 10px;
    bottom: -5px;
    left: 39.7%;
    background-color: rgb(37, 126, 209);
  }

.faculty-member-img{
  width: 100%;
  height: 350px;
}

.faculty-member-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* border: 1px solid red; */
}