/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 09:08:46 */
.rider-card {
	margin-bottom: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: white;
	
	.et_pb_text {
		width: 100%;
		height: 100%;
		padding: 24px;
		
		
		.et_pb_text_inner p {
			color: black !important;
		}
	}
	.et_pb_image {
		width: 70%;
		display: flex;
		justify-content: center;
		
		img {
			max-height: 240px;
			width: auto;
		}
	}
}

@media (max-width: 900px) {
	.rider-card:nth-child(odd) {
		margin-bottom: 48px;
	}
	.rider-card:nth-child(even) {
		margin-bottom: -12px !important;
	}
	.rider-card .et_pb_text {
		margin-bottom: 0;
	}
}

@media (max-width: 700px) {
	.rider-card {
		flex-direction: column;
		
		.et_pb_image {
			width: 70%;
			margin: 0 auto;
		}
	}
	
}