.abuse-card .card-img {
    object-fit: cover;
}

.gradient-footer {
   position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px; 
    background: linear-gradient(to top, rgba(255, 255, 255, 0.6), transparent);
    pointer-events: none;
}

.abuse-card-title {
    color: #1C1C1C;
    font-size: 32px;
}

.bg-light {
    background-color: #F7F7F7 !important;
}

.text-dark {
    color: #3C3C3C !important;
}

.text-light-dark  {
    color: #1C1C1C !important;
}