.thumb_image {
    width: 10rem;
    height: 100%;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 3px solid #787878;
    opacity: .25;
}
#next_law p {
    margin-bottom: 0px;
}
.popover-body {
    padding: 2px!important;
}
.facebook, .twitter, .whatsapp {
    width: 40px;
}
@media (min-width: 767px) {
    .d-flex {
        flex-flow: nowrap!important;
    }
}
@media (max-width: 766px) {
    #next_law .d-flex, #category .card .d-flex {
        flex-flow: wrap;
    }
    .thumb_image {
        width: 4rem;
        height: 100%;
    }
}