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