body {
    background: #f5f6f8 !important;
}

@media (max-width: 768px) {
    body {
        background: #ffffff !important;
    }
    
    .container {
        align-items: unset !important;
    }

    .card {
        border: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
}