.section-voice-hero-section {
    background-image: url('/wp-content/uploads/2025/10/kaitori_desktop.webp');
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section-voice-hero-section h1 {
    text-shadow: 0 5px 15px rgba(253, 253, 253, 0.5);
}

@media screen and (max-width:600px){
	.list-of-vehicles-section-container:not(.vehicle-brand-container) {
		margin-bottom:-30px;
	}
	.section-voice-hero-section{
    	background-image: url('/wp-content/uploads/2025/10/kaitori_mobile.png');
		height:200px !important;
	}
}

