

.blog-card-group-title{
    margin: 0 !important;
    font-size: 18px !important;
    padding-bottom: 14px;
}

.blog-card-group-btn{
    background-color: var(--primary);
    color: white;
    border-radius: 0 !important;
    border: 1px solid var(--primary);
}
.blog-card-group-img{
    width: 100%;
    object-fit: cover;
    padding-bottom: 8px;
}
.blog-card-group-description{
    text-align: justify;
    font-size: 14px;
}

.blog-card-group-btn:hover{
    background-color: white !important;
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    border-radius: 0 !important;
}
.line-fade {
    background: #ffffff;
    background: -webkit-linear-gradient(0deg, #ffffff 45%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(0deg, #ffffff 45%, rgba(255, 255, 255, 0) 80%);
    height: 70px;
    bottom: 0;
    left: 0;
    position: absolute;
}