.home-topics-center {
    background-image: url("/Plugins/Kdr/Content/images/background-coleague.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 64px !important;
    background-position: center;
    margin: 50px 0 !important;
    position: relative;
   
}
    .home-topics-center a {
        z-index: 2
    }
    .home-topics-center::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(15, 76, 152, 0) 0%, #0F4C98 100%)
    }
    .home-topics-center p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 600
    }
 
