


/* */
#hydra_section{
  margin-top: 100px;
}
#lotino_section{
  margin-top: 50px;
}


/* */
.grid{
  position: relative;
  z-index: 1;
  width: 90%;
  display: flex;
  height: 78vh;
  min-height: 400px;
  margin-left: 5%;
  gap:5%;
  justify-content: center;
  align-items: center;
}
.grid_item_picture{
  width: 90%;
  background-color: #dee3d1;
}

.new_item_grid{
  background-color: #bac59f;
}



@media (max-width: 1152px) {
  .grid{
    flex-wrap: wrap;
    margin-top: 50px;
    height: auto;
    row-gap: 40px;
  }
  .new_item_grid{
    width: 25%;
    height:65vh;
    max-height: 400px;
  }
}


@media (max-width: 800px) {
  .new_item_grid{
    width:40%;
  }

}

@media (max-width: 500px) {
  .grid{
    width:100%;
    margin-left: 0;
  }
  .new_item_grid{
    padding: 3px;
    width: 43%;
  }
  .item_top{
    margin-top: 10px;
  }
}



























