.deals-top-brands-mens > div > a{
  margin-top: 80px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(2, auto);
    justify-content: space-evenly;
  }
  
  .deals-top-brands-mens > div > a > img {
    width: 220px;
    height: 300px;
  }

  .cat-to-bag-mens > div {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-template-rows: repeat(1, auto);
    justify-content: space-around;
  }
  
  .cat-to-bag-mens > div > img {
    width: 190px;
    height: 220px;
  }

  .xplore-top-brands > div{
    width: 100%;
    /* margin: auto; */
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(1, auto);
    justify-content: space-evenly;
  }
  
  .xplore-top-brands > div > img {
    width: 190px;
    height: 300px;
  }

  .myntra-luxe-men > div {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-template-rows: repeat(1, auto);
    justify-content: space-around;
  }
  
  .myntra-luxe-men > div > img {
    width: 168px;
    height: 230px;
  }

  .trending-men > div{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(1, auto);
    justify-content: space-around;
  }

  .trending-men > div > img{
    width: 188px;
    height: 240px;
  }

  .banners  {
    width: 100%;
  }