*{
    padding: 0;
}
.section-title h2{
font-weight: 700;
font-size: 34px;
color: #0c5edc;
}
.team .member {
    position: relative;
    padding: 30px;
    border-radius: 5px;
    }
    .teampic{
        height: 127px;
        width: 127px;
    }
    .teampic img {
        border: 1px solid #253d52;
        border-radius: 50%;
        padding: 5px;
      }
    .team .member .member-info {
    padding-left: 22px;
    margin-top: 10px;
    }
    
    .team .member h2 {
    font-weight: 700;
    font-size: 20px;
    color: #253d52;
    }
    
    .team .member span {
    font-size: 13px;
    position: relative;
    font-weight: 500;
    color: #0c5edc;
    }
    .team .member .social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }
    i.bi.bi-whatsapp {
        padding-bottom: 2px;
    }
    .team .member .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #707070;
    }
    
    .team .member .social a i {
    color: #707070;
    font-size: 16px;
    }
    .team .member .social a+a {
    margin-left: 8px;
    }
    
