@import url("main.css");

/*mobile phones, tablets, small laptops*/   
@media screen and (max-width: 1080px) {



      .txt1 {
        font-size: 1rem;
      }

      .product-image {
        width: 90vw;
        height: 50vh;
      }
      
}
