/* Styles for screens smaller than 600px */
/* @media (max-width: 375px) { */
  /* Adjust the layout and styles for small screens */
/* } */
  
/* Styles for screens between 601px and 1200px */
/* @media (min-width: 601px) and (max-width: 1200px) { */
  /* Adjust the layout and styles for medium screens */
/* } */

/* Styles for screens larger than 1200px */
/* @media (min-width: 1201px) { */
  /* Adjust the layout and styles for large screens */
/* } */