@media screen and (width >= 1024px) {
    body.role_customer {
        > main {
            .content {
                max-width: unset;
            }
        }
        .dashboard-blocks.grid {
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }
    }
}
