.team .member {
position: relative;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
padding: 30px;
border-radius: 5px;
background: #fff;
}

.team .member .teampic {
overflow: hidden;
width: 180px;
/*border-radius: 50%;*/
}

.team .member .teampic img {
transition: ease-in-out 0.3s;
width: 120px;
border-radius: 50%;
} 


.team .member .member-info {
padding-left: 30px;
}

.team .member h4 {
font-weight: 700;
margin-bottom: 5px;
font-size: 20px;
}

.team .member span {
display: block;
font-size: 15px;
padding-bottom: 10px;
position: relative;
font-weight: 500;
}

.team .member span::after {
content: "";
position: absolute;
display: block;
width: 100%;
height: 1px;
background: black;
bottom: 0;
left: 0;
}

.team .member p {
margin: 10px 0 0 0;
font-size: 14px;
}

.team .member .social {
margin-top: 12px;
display: flex;
align-items: center;
justify-content: flex-start;
}

.team .member .social a {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
background: #eff2f8;
}

.team .member .social a i {
color: tomato;
font-size: 16px;
margin: 0 2px;
}

.team .member .social a:hover {
background: tomato;
}

.team .member .social a:hover i {
color: #fff;
}

.team .member .social a+a {
margin-left: 8px;
}

section {
padding: 60px 0;
overflow: hidden;
}



.section-title {
text-align: center;
padding-bottom: 30px;
}

.section-title h2 {
font-size: 32px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
color: tomato;
}

.underline{
  /*  width: 150px;
    height: 1px;
    background-color: black;
    margin: auto;
    margin-top: 30px;*/
}

.section-title p {
margin-top: 20px;
}

p{
    color: #000000 !important;
}