.result {
  background-color: #1D1D1D;
}

.result .container {
  align-items: normal;
}

.result__wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.result__item {
  width: 47%;
  max-width: 47%;
}

.result__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.result__header .title {
  margin-bottom: 0;
  font-size: 13px !important;
  font-weight: 700;
}

.result__row {
  display: flex;
  align-items: center;
}

.result__row .flag {
  max-width: 54px;
  margin-right: 10px;
}

.result .name {
  font-weight: 800;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 5px;
}

.result__text .club {
  font-size: 12px;
}

@media (min-width: 620px) {
  .result .title {
    font-size: 25px;
  }
  .result__wrapper {
    justify-content: space-between;
    gap: 20px 10px;
    margin-bottom: 60px;
  }
  .result__item {
    max-width: 23%;
    width: 23%;
  }
}