.teams {
    background: #0075BC;
    padding: 20px;
    color: #ffffff;
    height: 340px;
}
.teams p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}
.location-pos1 {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 35px;
    width: 80%;
}
.location-pos1 h5{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #c69537;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}
.location-pos1 p{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}
.team-list , .team-builder{
    margin-top: 80px;
    margin-bottom: 50px;
}
.team-builder h3 {
    margin-bottom: 40px;
}
.mb-25{
    margin-bottom: 25px;
}
.team-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0075BC;
    padding: 12px;
    text-align: justify;
    overflow: scroll;
    opacity: 0;
    color: #fff;
    transition: background-color 2s ease-out;
    transition: all 1s ease-in;
}
.team-description p{
    color: #fff !important;
}
.team-description:hover {
    opacity: 1;
}
@media only screen and (max-width : 768px) {
    .testimonial-wrap h3 {
        font-size: 34px;
        line-height: 117.8%;
    }    
    .testimonial-wrap {
        margin-bottom: 0px;
    }


.testimonial-text {
    margin-top: 23px;
    margin-bottom: 30px;
}
.testimonial{
    margin-top: 10px;
}
    .team-list .pos-relative, .team-builder .pos-relative{
      margin-left: 0;
    }
}
@media only screen and (max-width : 500px) {
    .testimonial-wrap .team-list h5{
        font-size: 14px;
        line-height: 117.8%;
    }
    .testimonial-wrap .team-builder h5{
        font-size: 14px;
        line-height: 117.8%;
    }
    .testimonial-wrap .team-builder p{
        font-size: 18px;
    }
    .testimonial-wrap .team-list p{
        font-size: 18px;
    }
    .teams p {
        font-size: 12px !important;
    }    
    .team-builder h3 {
        font-size: 20px;
        line-height: 126.8%;
    }
    .team-list, .team-builder {
        margin-top: 0;
        margin-bottom: 10px;
    }    
}
.founder-name{
    font-size: 25px !important;
    /* padding-top: 20px; */
}
.founder-desig{
    font-size: 20px !important;
    color: #C78800 !important;
    padding-top:15px ;
    padding-bottom:10px ;

}
.teams-row{
    margin-top: 70px;
}