#card-container .card {
  font-family: 'Barlow', sans-serif;
}
.subheading {
    font-family: 'Barlow', sans-serif;
    font-size: 25px;
    text-transform: none;
    margin-bottom: 20px;
}

#arenaSection {
  font-family: 'Barlow', sans-serif;
}

#arenaSection p,
#arenaSection li {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;

}

#arenaSection .card {
  display: flex;
  flex-direction: column;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 25px;
  max-height: 300px;
  
}

#arenaSection .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#arenaSection .card-title {
  font-weight: 700;
  color: #0D97E9;
   font-family: 'Barlow', sans-serif;
}

#arenaSection .card-text {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 100px;
}

#arenaSection #subHeading {
    text-transform: uppercase;
    font-family: 'Barlow', 'sans-serif';
    font-weight: 600;
    font-size: 40px;
}
#arenaSection h6 {
    color: #0D97E9;
    text-transform: inherit;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
}

.content {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
}
