/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/

@media screen and (min-width:768px) {
  .souvenir_area {
    padding: 100px 0;
  }
  .product {
      display: grid;
      grid-template-columns: 40% 60%;
      gap: 40px;
      padding: 20px 60px;
  }
}

@media screen and (max-width:767px) {
  .souvenir_area {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}