@media (max-width: 768px) {
    .ecommerce-banner-body {
        grid-template-columns: 1fr;
        padding: 1.5rem 1rem;
    }

    .ecommerce-banner-content {
        width: 100%;
    }

    .ecommerce-banner-button {
        text-align: center;
        justify-self: center;
        width: 100%;
    }
}