/* ==========================================================================
   MTS CIGARS CO. - BLOG & KNOWLEDGE PAGE STYLES
   ========================================================================== */

.blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4) !important;
}
