.sport__wrapper {
   overflow: hidden;
}
.sport__top {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   margin-bottom: 50px;
}
.cart-sport__list{
       display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 768px) {
   .sport__top {
      margin-bottom: 20px;
   }
   .cart-sport__wrapper {
      padding: 11px;
   }
   .cart-sport {
      width: 175px;
      height: 292px;
   }
   .cart-sport__img {
      width: 153px;
      height: 115px;
      flex: 0 0 115px;
   }
   .cart-sport__title {
      margin-bottom: 11px;
   }
   .cart-sport__list {
    -webkit-line-clamp: 6;
   }
   .cart-sport__content {
      padding: 13px 7px 12px 7px;
   }
   .cart-sport__class {
      gap: 1px;
      flex-direction: column;
      padding: 0 7px;
   }
   .sport__wrapper {
      padding: 0 18px;
   }
}
