 .flex.desktop-view { display: flex; } .flex.mobile-view { display: none; } @media only screen and (max-width: 520px) { .rmm.banner h1 { font-size: 40px; font-weight: 400; } .rmm.quote .flex .quote p { line-height: normal; font-size: 16px; } .rmm.quote .flex > img { display: none; } .flex.desktop-view { display: none; } .flex.mobile-view { display: flex; } .rmm.steps ul li{justify-content: center;text-align: center;}} @media only screen and (max-width: 350px) { .rmm.banner h1 { font-size: 29px; } }
