.strength-icon {
  width: 50px;
  height: 50px;
  background-image: url("../icon-fonts/strength.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.community-icon {
  width: 50px;
  height: 50px;
  background-image: url("../icon-fonts/community.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.shield-icon {
  width: 50px;
  height: 50px;
  background-image: url("../icon-fonts/shield.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.boxing-icon {
  width: 50px;
  height: 50px;
  background-image: url("../icon-fonts/boxing.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
