@media only screen and (max-width: 767px){
.mfn-checkout-steps, .mfn-checkout-steps li {
    display: none !important;
    align-items: center;
}}

@media only screen and (max-width: 767px){
.content_wrapper .section_wrapper, .container, .four.columns .widget-area {
    max-width: 550px !important;
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 50px;
}}