.sport-card-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sport-card-list li::before {
	display: none;
}

.sport-card-list li {
	margin: 20px 20px 0 0;
	padding: 0 !important;
	border-radius: 19px;
	overflow: hidden;
	min-width: 300px;
	max-width: 350px;
	box-shadow: 0px 10px 40px 0px rgba(109, 141, 173, 0.25);
	border: 4px solid #0038c7;
	display: flex;
	flex-direction: column;
	align-self: flex-start;
}

.sport-card-list li h3 {
	background: #0038c7;
	text-align: center;
	padding: 5px;
	margin: 0;
	color: #fff;
	font-family: 'Helvetica Neue';
	color: #fff;
}

p.scl-slogan {
	padding-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Helvetica Neue';
	font-size: .7em;
	color: #0038c7;
	font-weight: 900;
}

.scl-img-cta {
	display: flex;
	justify-content: center;
	padding: 8px 8px !important;
	max-width: 120px;
	margin: 10px auto;
}

.scl-bonus {
	padding: 0 15px;
	text-align: center;
	margin: 5px 0;
}

.scl-bonus a {
	color: #3a3a3a;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.9em;
	font-family: Impact
}

.scl-img-cta:hover {
	background: #0038c7 !important
}

.scl-img-cta img {
	max-width: 100px;
	border: 1px solid #fff;
}


.scl-ctas {
	display: flex;
	justify-content: center;
	padding: 0 10px;
	flex-wrap: wrap;
}

.scl-ctas a {
	flex: 1;
	text-align: center;
	padding: 8px 5px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	color: #fff
}

.scl-go-link {
	background: #00ba41;
	margin-right: 5px;
	min-width: 220px;
	color: #fff !important;
}

.scl-review-link {
	background: #444;
	color: #fff !important;
}

.scl-terms {
	background: #f2f2f2;
		margin: 10px;
	border-radius: 10px;
	padding: 10px 15px
}

.scl-terms p {
	line-height: 1.2em;
	font-size: .8em
}