@media (max-width: 1024px) {
    .plans {
        display: flex !important;
        flex-direction: column;
    }
}