/* Add custom CSS styles below */ 
.hero-wrapper {
    background: unset !important;
}

body .s-design-before {
    z-index: 0 !important;
}

.features-container {
    margin: 0 !important;
}

.s-block {
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .hero-wrapper {
        padding: unset !important; 
    }
}