.category-card {
  color: grey;

  &__icon {
    font-size: 3rem;
    line-height: 1;
  }

  .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/*.hero-section {*/
/*    background: linear-gradient(135deg, $gray-50 0%, white 100%);*/
/*    margin-top: 75px;*/
/*}*/

.popular-categories-section {
    background: white;
}
