Velotric Breeze 1
.velotric-section { max-width: 1200px; margin: 0 auto; font-family: Arial, sans-serif; color: #333; } .velotric-hero { text-align: center; } .velotric-hero img { width: 100%; max-height: 500px; object-fit: cover; border-radius: 10px; } .velotric-title { font-size: 2rem; font-weight: bold; text-align: center; margin: 20px 0; } .feature-container { display: flex; flex-direction: column; gap: 20px; margin: 40px 0; } .feature-box { position: relative; width: 100%; overflow: hidden; border-radius: 10px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); } .feature-box img { width: 100%; height: 400px; object-fit: cover; transition: transform 0.3s ease-in-out; } .feature-box:hover img { transform: scale(1.05); } .feature-text { position: absolute; bottom: 20px; left: 20px; backgroun