/* For backwards compatibility */

.flex-columns-wrapper {
    @apply flex flex-col;

    @screen md {
        @apply flex-row;
    }
}


main#maincontent div.box:not(.box-address-billing):not(.box-address-shipping){
    width:100vw;
    @apply  flex justify-center content-center m-auto
}

main#maincontent div.box>div{
    @apply bg-white rounded-2xl p-9
}