 .blog-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .blog-card:hover {
            transform: translateY(-5px);
            /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;*/
        }

        .blog-card .card-title {
            color: #2c3e50;
            line-height: 1.4;
        }

        .blog-card .btn-link {
            color: #007bff;
            font-size: 0.9rem;
        }

        .blog-card .btn-link:hover {
            color: #0056b3;
        }
