@media (max-width:500px) {
  .title h2 {
    font-size: 30px;
  }

  .auctions h2 {
    font-size: 30px;
  }
}

/* ------tabs------------ */
@media (max-width:768px){
  .tabs-wrap{
      flex-direction: column;
  }
  .tabs-wrap li{
      margin-top: 10px;
  }
}