section.teamSection {
    padding: 120px 0;
}

.readLessBtn {
    display: none;
}

.teamTextBox {
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.teamTextBox img {
    width: 170px;
    height: 150px;
    object-fit: contain;
    object-position: left;
}

.teamTextBox .teamInner {
    width: calc(100% - 170px);
    padding-left: 50px;
}

.teamInner h4 {
    font-size: 36px;
    line-height: 49px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 20px;
}

.teamInner p {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
}

.teamRow {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 50px;
}

.teamCol {
    width: 50%;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding-top: 50px;
}

.teamCol:first-child,
.teamCol:nth-child(2) {
    border-top: 0;
}

.teamCard {
    text-align: center;
    padding: 0 50px;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.teamCard img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
}

.teamCol:nth-child(odd) .teamCard {
    padding-left: 0;
}

.teamCol:nth-child(even) .teamCard {
    border-right: 0;
    padding-right: 0;
}

.teamCard h4 {
    color: #2E293C;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 20px 0 5px;
}

.teamCard span {
    color: #575757;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    margin-bottom: 30px;
}

.teamCard p a, .teamCard a {
    color: #105184;
    text-decoration: underline;
    font-weight: 500;
}

.teamCard a.readMoreBtn{
    position: absolute;
    bottom: 0;
    display: block;
    right: 0;
    background-color: #fff;
    min-width: 80px;
}

.teamCard p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    height: 66px;
    overflow: hidden;
    transition:height 0.5s ease;
    -webkit-transition:height 0.5s ease;
    -moz-transition:height 0.5s ease;
    -ms-transition:height 0.5s ease;
    -o-transition:height 0.5s ease;
    position: relative;
}

.teamCard p.textMore {
    height: 352px;
    transition:height 0.5s ease;
    -webkit-transition:height 0.5s ease;
    -moz-transition:height 0.5s ease;
    -ms-transition:height 0.5s ease;
    -o-transition:height 0.5s ease;
}
@media only screen and (max-width:1230px){
    .teamCard p.textMore {
        height: 550px;
    }
}

@media only screen and (max-width:991px) {
    .teamCol {
        padding-top: 30px;
    }

    .teamRow {
        padding: 0 25px;
    }

    .teamCard {
        padding: 0 25px;
        margin-bottom: 30px;
    }

    .teamTextBox {
        padding: 30px;
    }
    
    .teamCard p.textMore {
        height: auto;
    }
}

@media only screen and (max-width:767px) {
    .teamTextBox {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .teamTextBox img {
        width: 120px;
        height: 110px;
    }

    .teamInner h4 {
        font-size: 30px;
        line-height: 42px;
        margin: 0 0 12px;
    }

    .teamTextBox .teamInner {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .teamInner p {
        font-size: 18px;
        line-height: 25px;

    }

    section.teamSection {
        padding: 60px 0;
    }

    .teamCard {
        text-align: center;
        padding: 0;
        border-right: 0;
        margin-bottom: 0;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        padding-bottom: 30px;
    }

    .teamCol {
        width: 100%;
    }

    .teamRow {
        padding: 0 25px;
    }

}

@media only screen and (max-width:767px) {
    body .intheNews article.et_pb_post {
        border-bottom: 0 !important;
        padding-bottom: 0;
        margin-bottom: 0;
        min-height: 160px;
    }

    .et_pb_section.blogRow>.et_pb_row {
        width: 90%;
    }

    .et_pb_section.blogRow .et_pb_post .post-content p {
        font-size: 15px;
        line-height: 22px;
    }

    .et_pb_section.blogRow .et_pb_post {
        padding-left: 0;
    }

    .intheNews article.et_pb_post .entry-featured-image-url {
        display: none;
    }


}