.team-section img {
	width: 100%;
    height: auto;
	webkit-border-radius: 600px;
    -webkit-border-bottom-left-radius: 600px;
    -moz-border-radius: 600px;
    -moz-border-radius-bottomleft: 600px;
    border-radius: 600px;
    border-bottom-left-radius: 600px;
	border:1px solid #ef0c77;
}
.team-section img:hover {
	    transition: all .3s ease-in-out;
    -mst-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.team-section {text-align: center;margin-bottom: 6rem;}
.team-section .bio-text h4 {color: #101518;}
.bio-text {margin: 3rem 0rem;}
.title-area {text-align: center;margin-bottom: 2rem;}
.three.columns.team-section:nth-child(4n+1) {margin-left: 0%;}
.bio-text h5 {max-height: 60px;}

/**Tablet & Below**/
@media(max-width:768px){
	
}

@media(min-width:550px) and (max-width:768px){
	.team-section {display: inline-block !important; width: calc(48% - 5px) !important;}
	.three.columns.team-section:nth-child(2n) {margin-left: 4%;} 
}

/**Mobile & Below**/
@media(max-width:550px){
	
}

