.about-col {
    justify-content: space-between;
    height: 400px;
}
ol.carousel-indicators {
    display: none;
}
.overlay {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(0, 0, 0, .3);
}
.member-info-content {
    background: #186C85;
    padding: 19px 0px;
    height: 100px;
}
#team .member {
    background: #186C85;
}
.member img {
    height: 210px;
    transition: all .3s;
}
.member:hover img{
    transform: scale(.93);
}
.member:hover img{
    transform: scale(.93);
}

.member{
    margin-top: 30px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.5);

}

#team {
    background: #F2F2F2;
}
.social {
    background: #186C85;
    position: absolute;
    right: 8px;
    top: -1000px;
    padding: 6px 2px;
    border-radius: 5px;
    transition: all .4s;
}
#team .member:hover .social {
    top: 0px;
}

.social a {
    display: block;
}

#about .about-col .img {
    margin-bottom: 20px;
}


#team .member h4 {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.member-info-content {
    background: #186C85;
    padding: 5px 0px;
    height: 68px;
}
