@media only screen and (max-width: 768px) {
    #main-nav .pricing-button-wrapper {
        display: none !important
    }

    .plan-card.diamond {
        flex-direction: column !important
    }

    .plan-card.diamond .flex:not(.flex-row):not(.sm\:flex-row) {
        flex-direction: column !important
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-block {
        display: block !important
    }
}