.sl-team-items {
	display: flex;
	padding-bottom: 80px;
	flex-wrap: wrap;

}
.sl-team-header {
	font-size: 14px;
	line-height: 130%;
	font-weight: 500;
	padding: 30px 0;
	position: relative;
	cursor: pointer;
}
.sl-team-items.show {
	display: flex;
	padding-bottom: 80px;
	flex-wrap: wrap;
}
.sl-team-items > div {
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	border: solid 1px rgba(246, 245, 245, 1);
	border-radius: 20px;
}
.sl-team-items > div:nth-child(4n+4) {
	margin-right: 0;
}
.sl-team-items > div img {
	width: 100%;
	height: 370px;
	border-radius: 20px 20px 0 0;
	object-fit: cover;
	object-position: top;
}
.sl-team-items > div header {
	font-size: 12px;
	line-height: 130%;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
	padding: 20px;
}
.sl-team-items > div small {
	font-size: 12px;
	line-height: 130%;
	font-weight: 400;
	color: rgba(93, 93, 93, 1);
	display: block;
	padding: 0 20px 12px;
}
.sl-team-items > div p {
	font-size: 12px;
	line-height: 150%;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	display: block;
	padding: 0 20px 20px;
}
@media only screen and (max-width: 768px) {
	.sl-team-items > div section {
		padding-left: 0px;
		width: 100%;
	}
	.sl-team-items > div img {
		width: 100%;
		padding-bottom: 10px;
	}
	.sl-team-items > div {
		flex-direction: column;
	}
	.sl-team-header {
		font-size: 21px;
		padding-right: 30px;
	}
	.sl-team-header:after {
		top: 15px;
	}
}