.fw-bolds{
  font-weight: 700;
}
.under_title{
    width: 100%;
    height: 2px;
    background-color: #b40000;
  }

.title_cat{
  font-weight: 500 !important;
  color: #fff; 
  background-color:#b40000; 
  width:max-content; 
  padding:5px;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.sub_infos{
  margin-right: 3px;
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0;
    padding: 10px;
}

.block_ads .card-img-flash img{
  width: 80%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin: auto;
}

.border_bottom_single{
  height: 5px;
    width: 100%;
    border-radius: 5px;
    background: #c9c0c057;
    margin-bottom: 15px;
}
.author_section{
  /* border: 1px solid #cdcbcb; */
  padding: 2rem;
}

.author_section img {
  float: left; 
  height: 80px; 
  width: 80px;
  object-fit: cover;
  /* border-radius: 50%; */
  padding: 5px;
}

.description_post p{
  margin-bottom: 2px !important;
}
.description_post small{
  color: #c7c6c6 !important;
  font-size: 0.8rem !important;
}