 @media (max-width: 768px) {
   .grid-container {
     grid-template-columns: 1fr;
   }


   table {
     font-family: 'KG Blank Space Solid', sans-serif;
     border-collapse: collapse;
     word-wrap: break-word;
     font-size: 20px;
     width: 90%;
     margin: auto;
     border-radius: 15px;
     margin-top: 10px;
     margin-bottom: 10px;
   }

   td,
   th {
     border: none;
     text-align: left;
     padding: 27px;
   }

   tr:nth-child(even) {
     background-color: #ffa4cf;
   }

   .product-section img {
     width: 400px;
   }

 }

 @media (max-width: 768px) {
   .header-text h1 {
     font-size: 32px;
   }

   .header-text h2 {
     font-size: 24px;
   }

   .button-social-container .btn {
     margin: 0 5px;
   }
 }

 /* Styles for screens with a maximum width of 480px (extra small screens) */
 @media (max-width: 480px) {
   .header-text h1 {
     font-size: 24px;
   }

   .header-text h2 {
     font-size: 18px;
   }

   .button-social-container {
     flex-direction: column;
     align-items: center;
   }

   .button-social-container .btn {
     margin: 5px;
   }
 }

 @media (max-width: 600px) {
   #logo {
     float: none;
     width: 100px;
     height: auto;
   }

   nav {
     position: static;
   }

   .text-header {
     font-size: 40px;
   }

   .s-container {
     margin-top: 10px;
     margin-left: 0;
   }

   .header-text h1 {
     font-size: 30px;
     margin-top: 30px;
   }

   .header-text h2 {
     font-size: 30px;
   }

   .welcome-section {
     flex-direction: column;
   }

   .content-container {
     flex-direction: column;
   }

   .button-social-container {
     flex-direction: column;
     margin-bottom: 2rem;
   }

   .text-container {
     text-align: left;
   }

   .btn {
     font-size: 20px;
     margin-top: 10px;
   }

   footer {
     display: flex;
     flex-direction: column;
     padding: 2rem 1rem;
   }

   footer p {
     text-align: center;
   }
 }

 @media only screen and (max-width:360px) {
   body {
     max-width: 360px;
   }

   #logo {
     width: 65px;
   }

   #my-header h1 {
     font-size: 16px;
   }

   nav ul {
     gap: 7px;
   }

   nav a {
     font-size: 12px;
   }

   .tableresponsive {
     overflow-x: auto;
   }

   td,
   th {
     font-size: 12px;
     padding: 5px;
   }

   .discount-image {
     width: 300px;
   }

   .product-section img {
     width: 300px;
   }

   h3 {
     max-width: 330px;
   }

   .button-container {
     margin-right: 0;
   }

   td p {
     font-size: 12px;
     width: 300px;
     margin-bottom: 5px;
   }
 }