#flow-hero-section {
	background-image: url(/wp-content/uploads/2025/10/Flow-Hero-Image.jpg);
	background-repeat: no-repeat;
	height: 260px;
	background-size: cover;
	background-position: center;
}

#flow-hero-section h1 {
    text-shadow: 0 5px 15px rgba(253, 253, 253, 0.5);
}

#flow-for-beginners-section .section-container {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.step-divider img {
	transform: rotate(270deg);
}

@media screen and (min-width: 768px){
	.step-container {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 768px) {
	#flow-hero-section {
		background-image: url(/wp-content/uploads/2025/10/Flow-Hero-Mobile-Image.jpg);
		height: 200px;
	}
	
	.step-divider img {
		transform: unset !important;
	}
}