.whats-hot-box {
  display:flex;
  max-width: 1300px;
  margin: 0 auto;
  gap: 10px;
  justify-content: space-around;
}
@media only screen and (max-width: 990px) {
  .whats-hot-box {
    display:block;
  }
  .image-whats-hot-collection img {
    width: 100%;
    height: auto;
  }
}