@media screen and (max-width: 769px){
  .tabs-list {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem
  }
  .tabs-item {
      width: calc(100%/3 - 1rem);
      line-height: 120%;
  }
  .home-slide img{
      object-position: right;
  }
}