.template-blog.mobile .card-body .tit{
font-size:16px!important
}
@media (max-width: 991px) {
.template-blog .card-img {
max-width:240px;
}
}
@media (max-width: 575px) {
.template-blog .card-img {
max-width:120px;
}
}