.post-type-archive-team .team-article__item {
    border-radius: 0;
	  display: block;
    height: auto;
    width: 100%;
    overflow: visible;
}
.post-type-archive-team .impact-team{
	border-bottom: 2px solid #f4f4f4;
	padding-bottom:18px;
	margin-bottom:40px;
}
.post-type-archive-team .team-article h3 b {
    font-size: 22px;
}
.post-type-archive-team .team-article h3  {
    font-size:16px;
	    margin-bottom: 0rem;
}
.post-type-archive-team .team-article__hover {
    position: relative;
    padding: 20px;
    min-height: 100px;
	   background-color: #5bbcce;
    transition: none;
}

.post-type-archive-team .team-article p {
    display: none;
}
.post-type-archive-team .team-article__hover>* {
    opacity: 1;
    transition: none;
} 
.post-type-archive-team .team-article a {
    color: #ffff;
    font-weight: 500;
    font-size: 1.125rem;
    text-decoration: none;
}

@media only screen and (max-width: 1112px) {
	.post-type-archive-team .grid-x>.medium-6 {
			width: 33.33%;
	}
	.post-type-archive-team .team-article__item {
    height: 286px;
}
	.post-type-archive-team .team-article__hover {
    min-height: 120px;
}
	
}

@media only screen and (max-width: 1024px) {

.post-type-archive-team .team-article__hover {
    min-height: 100px;
}
	.post-type-archive-team .team-article__item {
    height: 355px;
}
}

@media only screen and (max-width: 768px) {
	.post-type-archive-team .team-article__hover {
			position: relative;
			padding: 19px;
	}
}

@media only screen and (max-width: 767px) {
	.post-type-archive-team .grid-x>.medium-6 {
			width: 100%;
	}
}