.torneo-crocodiles {
  padding: 0 1rem;
  text-align: center;
}

.torneo-crocodiles__branding {
  display: flex;
  justify-content: center;
}

.torneo-crocodiles__lines {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.torneo-crocodiles__line {
  font-size: 0.9rem;
  line-height: 1.25;
  font-weight: 400;
  margin: 0.25rem 0;
  color: grey;
}

@media (max-width: 600px) {
  .torneo-crocodiles__line {
    font-size: 0.75rem;
  }
}