/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 23 2026 | 11:19:23 */
.board-card {
    width: 220px;
    padding: 25px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border-top: 4px solid #ff7a00;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    min-height: 220px;
    transition: 0.3s;
}

.board-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.board-subheading {
  font-size: 18px !important;
  font-weight: 500;
  color: #2b6cb0 !important;
  max-width: 650px;
  margin: 12px auto 32px;
  line-height: 1.6;
  text-align: center;
}