@charset "UTF-8";


.topics_card {
    display: block;
    text-decoration: none;
    color: #000;
}

.topics_card:hover {
    text-decoration: underline;
}

.topics_card .img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.topics_card:hover .img {
    opacity: 0.9;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);

}

/* .topics_card .date {
} */

.topics_card .title {
    margin-top: 10px;
    font-weight: 600 !important;
    font-size: 15px;
}