@media (min-width: 48rem) {
    .md\:p-16 {
        padding: calc(var(--spacing) * 16);
        background-color: #ffdead00 !important;
    }
}