.box-card {
   border: 1px solid #3b3b8f;
   padding: 20px;
   height: 100%;
   background: #fff;
   transition: 0.3s;
}

.box-card:hover {
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.box-card h5 {
   color: #2c2c8c;
   font-weight: 600;
   text-transform: capitalize;
   margin-bottom: 10px;
}

.box-card p {
   font-size: 14px;
   color: #333;
   min-height: 90px;
}

.icon-box {
   text-align: center;
   margin-top: 15px;
}
