.tlp-teamul {
    text-align: center;
}
.tlp-row {
    display: inline-block;
    width: 100%;
}
.tplmember .thum img {
    width: 100%;
}
.tlp-row [class^=tlp-col-]{
    padding-top: 10px;
    padding-bottom: 10px;
}
.tplmember{
    padding: 10px;
}
h2.name
{
     font-size: 20px !important;
     margin: 0 !important;
     padding: 0 !important;
}

h2.name a{
    text-decoration: none !important;
     color: #fff;
     border: none !important;

}

h3.designation{
    margin: 5px 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
}
.short-bio{
    padding: 10px;
    font-size: 14px;
}
span.telephone,span.location,span.email,span.web_url {
    clear: both;
    color: #fff;
    display: block;
    padding: 10px 0;
}
.tpl-social {
    text-align: center;
}
.tpl-social a{
    margin: 10px;
    text-decoration: none !important;
    border: none !important;
    font-size:23px;

}
span.name{
    display: block;
    clear: both;
    font-size:20px;
    padding: 5px 0;
}

.short-desc{
    background: #007a83;
    color: #fff;
    padding: 10px;
}
@media (min-width: 992px){
	.tlp-col-2,.tlp-col-3,.tlp-col-4{
	    float: left;
	}
}
@media (max-width: 992px){
    .tlp-col-2,.tlp-col-3,.tlp-col-4{
        width: 100%;
    }
}

.tlp-col-2{
	width: 50%;
}
.tlp-col-3{
	width: 30%;
}
.tlp-col-4{
    width: 25%;
}
