.team-version-two a {
    color: black;
    text-decoration: none;
}
.intoduction-text {
    background-color: #f4f4f4;
    height: auto;
    padding: 10px 20px 0px 20px;
    margin: 0;
    margin-bottom: 50px;
    width: 100%;
}
.page-banner-slider img {
    height: 100%;
    max-width: 100%;
}
.intoduction-text h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}
.intoduction-text p {
    text-align: center;
    line-height: 34px;
    font-weight: 200;
    width: 100%;
    margin: auto;
}
.team-version-two h1.title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    color: #bcbec0;
    letter-spacing: 3px;
    font-family: 'Montserrat';
    font-weight: 400;
}
.team-version-two h3.team-member-title {
    font-family: 'Montserrat';
    margin-top: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #6d6e71;
}
.intoduction-text .article {
    margin-bottom: 65px;
}
.read-more-btn {
    color: red;
    font-weight: 400;
    font-family: 'Montserrat';
    text-decoration: none;
    text-align: center;
}
.position {
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 20px;
    padding-top: 0px;
    color: #6d6e71;
    font-style: italic;
}
.team-version-two .team-member {
    margin-bottom: 100px;
}
.team-description {
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    padding-top: 0;
    color: #939598;
}
.team-member h4 span {
    font-size: 15px;
}
@media only screen and (max-width: 1440px) {
     .intoduction-text {
        background-color: #f4f4f4;
        height: auto;
        padding: 0px 20px 0px 20px;
        margin-bottom: 50px;
    }
    .intoduction-text h1 {
        margin-bottom: 30px;
    }
    .team-description {
        padding: 0;
        -webkit-line-clamp: 4;
    }
}
@media only screen and (max-width: 768px) {
      .intoduction-text h1 {
        margin-bottom: 10px;
    }
     .intoduction-text .articleWrap {
        margin-top: 30px;
        margin-bottom: 20px;
    }
 
}
  
@media only screen and (max-width: 991px) {
   
    .team-member h4 span {
        font-size: 19px;
    }
    .intoduction-text .article {
        margin-bottom: 15px;
    }
     .team-version-two h1.title {
        margin-bottom: 0;
        font-size: 25px;
    }
    .team-member-container .description {
        font-size: 16px !important;
        font-weight: 400;
        line-height: 30px;
    }
    .team-version-two .team-member {
        margin-bottom: 10px;
        padding: 20px;
    }
    .read-more-btn {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 576px) {
    .team-member h4 span {
        font-size: 16px;
    }
    .intoduction-text h1 {
        margin-bottom: 10px;
        margin-top: 30px;
    }
}