.match-h2h-list {
  margin-bottom: 16px;
}

.match-h2h-list__title {
  margin: 0 0 16px;
}

.match-h2h-list__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 768px) {
  .match-h2h-list {
    padding: 16px 14px;
    border-radius: 12px;
  }

  .match-h2h-list__title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .match-h2h-list__items {
    gap: 8px;
  }
}
