.ab-mmebers h1:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 60px;
    background: #009ca5;
    bottom: -20px;
    left: 0px;
}

.ab-mmebers h1{
    font-size: 26px;
    letter-spacing: 1px;
    color: #66696d;
    position: relative;
    text-transform: uppercase;
}
.ab-mmebers {background: #f8f8f8; padding:50px 0;}
.team-paragraph ul { }
.team-paragraph ul li{ }
.ab-mmebers .m-image {background: #fff;
display: table;
    border: 5px solid #FFF;
box-shadow: 0 0 10px #ddd;
margin: 0px 0 0 0;
position: relative;

    overflow: hidden;}
/* .ab-mmebers .m-image img {    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
    transition: -webkit-transform 0.5s linear,opacity 1s ease;}
.ab-mmebers .m-image:hover img {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ab-mmebers .m-image img {width: 100%;}
.ab-mmebers h5 {font-size: 26px;letter-spacing: 1px;color: #66696D;position:relative;
  text-transform: uppercase;}
.ab-mmebers h5:after {position: absolute;
content: "";height: 1px;width: 60px;
background: #009ca5;bottom: -20px;left: 0px;}
.ab-mmebers span {font-size: 16px;color: #66696D;letter-spacing: 1px;margin:25px 0 0;
display: inline-block;}
.member-paragraph {padding:30px 0;}

.member-paragraph .team-paragraph p {
    margin-top: 15px;
    font-size: 16px;
margin-bottom: 1.5em;
clear: both;
      line-height: 26px;
color: #66696D;
  letter-spacing: 1px;}

.member-paragraph  ul>li {
  letter-spacing: 1px;
    color: #66696d;
  line-height: 1.4;
    padding: 6px 0;
}

.member-paragraph ul {
  padding-left: 35px;
}

@media (min-width:0px) and (max-width:767px) {
  .member-paragraph ul > li {font-size: 14px;}
.member-paragraph ul {padding-left: 25px;}
.ab-mmebers {padding: 30px 0;} 
.ab-mmebers h5 {font-size: 22px;margin: 30px 0 10px;}
  .ab-mmebers span {font-size: 14px;}
  .member-paragraph .team-paragraph p {font-size: 14px;}

}

@media (min-width:768px) and (max-width:991px) {
.ab-mmebers h5 {font-size: 24px;margin: 30px 0 10px;}  
}