#podium-pass-perks .intro {
	margin-top: 45px;
	margin-bottom: var(--bs-gutter-x);


	margin-left: -6px;
	margin-right: -6px;
}
#podium-pass-perks .intro > * {
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 12px;
}

#podium-pass-perks .perks-header {
	background-image: url('https://www.mountstlouis.com/wp-content/uploads/2024/12/perks-header-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	margin-left: 10%;
}
#podium-pass-perks .perks-header .doggo {
	position: absolute;
	width: 25%;
	top: -15%;
	left: -10%;
}
#podium-pass-perks .perks-header .card-body {
	display: flex;
	align-items: center;
	color: #FFF;
	padding: 20px 20px 20px 15%;
}
#podium-pass-perks .perks-header .row {
	width: calc(100% + var(--bs-gutter-x));
	justify-content: space-between;
	align-items: center;
}
#podium-pass-perks .perks-header .perk-list {
	list-style: none;
	padding: 0;
	margin: 0
	display: flex;
	flex-direction: column;
}
#podium-pass-perks .perks-header .perk-list > li {
	display: flex;
	align-items: center;
}
#podium-pass-perks .perks-header .perk-list > li:nth-child(even) {
	flex-direction: row-reverse;
}
#podium-pass-perks .perks-header .perk-list .icon {
	position: relative;
	z-index: 2;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #01659f;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: -25px;
}
#podium-pass-perks .perks-header .perk-list > li:nth-child(even) .icon {
	margin-right: 0;
	margin-left: -25px;
}
#podium-pass-perks .perks-header .perk-list .text {
	position: relative;
	z-index: 1;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #121214;
	background-color: rgba(255,255,255,.9);
	padding: 5px 10px 5px 35px;
	border-radius: 20px;
}
#podium-pass-perks .perks-header .perk-list > li:nth-child(even) .text {
	padding-right: 35px;
	padding-left: 10px;
}
#podium-pass-perks .perks-header p:last-child {
	margin-bottom: 0;
}
#podium-pass-perks .perks-header p > strong {
	font-weight: 900;
	color: inherit;
}
#podium-pass-perks .card-body {
	text-align: center;
	padding: 25px;
}
#podium-pass-perks .card-body .perk-logo {
	display: inline-block;
	margin-bottom: 25px;
}
#podium-pass-perks .card-body .perk-logo img {
	max-width: 200px;
	max-height: 65px;
}
#podium-pass-perks .card-body h3 {
	font-size: 20px;
	font-weight: 600;
}
#podium-pass-perks .card-body h4 {
	font-size: 16px;
	font-weight: 600;
}
#podium-pass-perks .items {
	margin-left: -6px;
	margin-right: -6px;
}
#podium-pass-perks .items > * {
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 12px;
}
#podium-pass-perks .item .card {
	height: 100%;
}
#podium-pass-perks .item .card-body {
	padding-bottom: 0;

}

#podium-pass-perks .item .card-body h4 {
	color: #555;
}
#podium-pass-perks .item .card-body .text {
	margin-top: 25px;
}
#podium-pass-perks .card-body .btn {
	margin-top: 15px;
}

@media (max-width: 575px) {
	#podium-pass-perks .perks-header {
		margin-left: 0;
		margin-top: 30px;
	}
	#podium-pass-perks .perks-header .doggo {
		width: 200px;
		left: 50%;
		transform: translateX(-50%);
	}
	#podium-pass-perks .perks-header .card-body {
		padding: 20px;
		padding-top: calc(235px - 15%);
	}
	#podium-pass-perks .perks-header .card-body .col-12 + .col-12 {
		margin-top: 20px;
	}
}