.sportsTitle {
  text-align: center;
  margin-bottom: 72px;
}
.sportsLettersTitle {
  margin-top: 35px;
}
.letterWrap {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.letterWrap_letter {
  text-transform: uppercase;
  margin-right: 20px;
  color: #0B90E3;
  cursor: pointer;
  font-size: 18px;
  white-space: nowrap;
}
.letterWrap_letter:hover {
  color: #2a6496;
  text-decoration: underline;
}
.letterWrap_letter > strong {
  color: grey;
}
.letterWrap_letter:last-child {
  margin-right: 0;
}
.sportsWrapper {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.sportsWrapper_item {
  flex-basis: 33%;
  flex-grow: 1;
}
.sportsWrapper_item span {
  font-size: 19px;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .sportsWrapper > .sportsWrapper_item {
    flex-basis: 100%;
  }
}
.sportsList {
  margin: 20px 0 0 0;
  list-style-type: none;
  padding: 0;
}
.sportsList li {
  margin-bottom: 20px;
  padding-right: 20px;
}
.sportsList li a {
  font-size: 14px;
  color: #999999;
}
