.card-img {
    height: 400px;
    filter: brightness(0.75);
    border-radius: 20px;
}
.blog-card {
    border-radius: 20px;
    height: 400px;
}
.overlay-content {
    color: white;
    top: 0;
    left: 0;
    z-index: 2;
} 
.badge-tag {
    padding: 5px 12px;
    font-size: 0.75rem;
    border-radius: 50px;
    font-weight: 500;
    align-self: flex-start;
}
.swiper-button-prev-custom,
.swiper-button-next-custom {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}