

.forum-category-area {
  .col-custom {
    width: 20%;
  }

  .single-category-widget {
    box-shadow: 0 1.6px 3.5px 0 #334d7226, 0 0.5px 1px 0 #334d721a;
    background-color: var(--bs-white);
    border-radius: 10px;
    text-align: center;
    padding: 25px;
    transition: all 0.3s ease-out;

    &:hover {
      box-shadow: 0 20px 20px 0 #334d7217;

      h5 {
        color: var(--bbpc_brand_color) !important;
      }
    }

    h5 {
      font-size: 18px;
      text-transform: capitalize;
      font-weight: 500;
      line-height: 1.3;
      color: #171d24;
      margin-bottom: 0;
      margin-top: 23px;
      transition: all 0.3s ease-out;
    }
  }
}

.forum-category-area {
  .col-custom {
    margin-bottom: 30px;
    &.wow.fadeInUp {
      padding: 0 12px;
    }
  }
}