.blog-card-image {
    width: 100%;
    height: 25rem;
    color: #fff;
}

.blog-grid-container {
    margin: 4rem 0;
}

.animation-blog-card:hover {
    transition: all 0.5s;
    transition: 0.4s ease;
}

.animation-blog-card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: translateY(-4px);
    margin-bottom: 15px;
    border-radius: 0.5rem;
}
.blog-card-wraper {
    text-decoration: none !important;
}
.overflow-hidden {
    overflow: hidden;
}
