@import "./../../styles/theme"; .BillingPageFlex div { box-sizing: border-box; border: 1px solid $border1; } .BillingPageFlex { display: flex; flex-direction: row; justify-content: space-between; height: 27rem; } @media only screen and (max-device-width: 480px) { .BillingPageFlex { flex-direction: column; height: 35rem; } }