.back-imgg {
    /* The image used */
    background-image: url("../jpg/chat.jpg");
    min-height: 380px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Needed to position the navbar */
    position: relative;
}

.back-imgg .text-black {
    color: #000;
}

.team {
    position: relative;
    margin-top: 20px;
}

.team .member-details {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 20px;
}

.team .member-details .col-md-2:first-child {
    padding-left: 0;
    border-radius: 20px;
}

.team .social-links a {
    text-decoration: none;
}

.team .social-links i {
    font-size: 50px;
}

.team .map-marker i {
    font-size: 2rem;
    color: #ff6f62;
}

.team .fa-instagram {
    color: #E4405F;
}

.team .fa-linkedin {
    color: black;
}

.team .member-details img {
    width: 100%;
    min-height: 180px;
    max-height: 200px;
    border-radius: 20px;
}

.team .member-details .txt {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 7;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    -webkit-box-orient: vertical;
    overflow: hidden;
}