.sectionTitles {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-left: 30px;
}

.subtitle {
  padding-right: 30px;
}

.subtitle :hover{
  cursor: pointer;
  color: #047c64;
}

#sportTitle {
  color: #047c64;
}

#sportGrid {
  display: flex;
}

#musicGrid {
  display: none;
}

#travelGrid {
  display: none;
}

#shootingGrid {
  display: none;
}

#btsGrid {
  display: none;
}

#realEstateGrid {
  display: none;
}

#ngoGrid {
  display: none;
}
