/** Components */
.communities-count {
  box-shadow: 0 -2px 0 -1px rgba(150, 150, 150, 0.9);
}
.community-tile {
  min-height: 200px;
}
.community-tile h5 {
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 2.55px
  }
@media (min-width: 768px) {
.community-tile {
    width: 50%
}
  }
@media (min-width: 1024px) {
.community-tile {
    width: 25%
}
  }
.community-shade {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 11%, #000);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 20;
}

