	.row.team-ct {
    margin-bottom: 40px;
	}
	.team-ct-item {
    border-radius: 20px;
    background: rgb(255, 255, 255);
    text-align: center;
    padding: 85px 0px 30px 0px;
    position: relative;
    margin-top: 75px;
	max-height: 215px;
    height: 100%;
	}
	.team-ct-item-img {
    position: absolute;
    top: -72px;
    width: 100%;
	text-align: center;
	}
	.team-ct-item-name {
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
	margin-bottom:5px;
	}
	.team-ct-item-post {
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
	    padding: 0px 10px;
	}
	.team-ct-item-img-wrap {
    box-sizing: border-box;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 145px;
    width: 145px;
    height: 145px;
	display: inline-block;
	    overflow: hidden;
}
.team-ct-item-img-wrap img {
    width: 100%;
    height: 100%;
	object-fit: cover;
    object-position: center;
	    overflow: hidden;
}

@media (max-width: 768px) {

.team-ct-item {
    height: auto;
}


}