.news-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* display: flex; */
    align-items: center;
    width: 100%;
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
}

.news-heading h3 {
    display: block;
    /* max-width: 80%; */
    /* text-align: center; */
    /* padding: 0 1.5rem; */
    font-size: 2rem;
    line-height: 1.375;
    font-weight: 500;
    color: #000;
}

.team-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team-content>div {
    width: 25%;
}

.team-content div>div {

    /* height: 389px; */
    border: 1px solid #c7c7c7;
    overflow: hidden;
}

.team-content div>img {
    /* border: 1px solid #c7c7c7; */
    /* width: 100%; */
    height: 100%;
}

.team-content div>p {
    text-align: center;
    margin-top: 10px;
}

.team-content>img {
    width: 22%;
    height: 284px;
    border: 1px solid #c7c7c7;
    margin-bottom: 30px;
}

.team-content>i {
    display: inline-block;
    width: 22%;
}


.core-team>div {
    width: 27%;
}

.core-team>div>div {
    height: 280px;
    /* width: 280px; */
}

.core-team>div>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.core-team>div>div img {
    width: auto;
    height: 100%;
}

.introduce {
    text-align: left !important;
    color: #000;
    font-size: 16px;
}