.banner-wrapper::after {
	display:none;
}

#team-list {
	margin-top:30px;
}

#team-list .col {
	padding:10px;
	margin-bottom: 30px;
}

#team-list .col .inner {
	background:white;
	border:1px solid gray;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
	padding: 10px;
}


#team-list .col .inner h3 {
	padding-top:0px;
}


#team-list .col .inner img {
	width: 100%;
}

#team-list .col .inner .body {
	padding:20px;
	font-size:30px;
	color: var(--color-cyan);
	text-align:center;
}

#team-list .col .inner .body .small {
	color: var(--color-black) !important;
	font-size:15px;

}

#item-12 {
	width:100%;
	text-align:center;
}

#item-12 .inner {
	width:300px;
	margin:0 auto;
}


/* *** MEDIA QUERIES ********************************************************************** */

@media only screen and (max-width:768px) { 

	#team-list {
	  	margin: 0 auto;
	  	margin-top: 30px;
	}

	#team-list .col .inner img {
		min-width:300px;
	}

	#item-12 {
		width:unset;
		text-align:center;
	}

	#item-12 .inner {
		width:unset;
		margin:0 auto;
	}


}