@media screen and (min-width:350px) and (max-width:600px){.card{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:20}.leftimg,.rightimg{width:100%;height:20rem}}@media screen and (min-width:601px) and (max-width:2000px){.card{flex-direction:row;justify-content:space-between}.card,.right-section{display:flex;align-items:center;width:100%;gap:10}.right-section{flex-direction:column;justify-content:center}}