.team-members {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -10px;
}

.team-member {
	flex-basis: calc(33% - 20px);
	background: #f2f9f9;
	margin: 10px;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}

@media screen and (max-width: 1200px) {
	.team-member {
		flex-basis: calc(50% - 40px);
	}
}

@media screen and (max-width: 500px) {
	.team-member {
		flex-basis: calc(100% - 40px);
	}
}

.profilePic{
    margin-bottom: 20px;
	border-radius: 50%;
	width: calc(100% + 40px);
	margin: -20px -20px 0;
}

.profilePic img {
	width: 100%;
}

.attachment-thumbnail.size-thumbnail{
	height: 130px;
	max-width: 100%;
	width: 130px;
    border-radius: 100%;
    vertical-align: middle;
    object-fit: cover;
}

.nameTitle{
    color: #003d4c;
    font-size: 20px;
}

.qualsDiv{
    font-size: 12px;
}

.jobTitleDiv{
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    color: rgba(80,102,91,0.75);
    line-height: 1.2em;
}

.uabb-blog-posts-shadow.clearfix{
    max-height: 360px;
}



@media only screen and (max-width: 769px) {
	.attachment-thumbnail.size-thumbnail{
		height: 100px;
		width: 100px;
	}
  
  .nameTitle{
      font-size: 15px;
  }
  .jobTitleDiv{
      font-size: 11px;
  }
}


@media only screen and (max-width: 360px) {
	.fl-node-yu63gjwocr1e .attachment-thumbnail.size-thumbnail{
		width: 100px;
	}
	.nameTitle{
		font-size: 14px;
	}
	.qualsDiv{
		font-size: 10px;
	}
	.jobTitleDiv{
		font-size: 10px;
	}
}