.image_news{
      background-color: #cccccc; /* Used if the image is unavailable */
  height: 150px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */

    
}
.news_title a {
    font-weight: 600 !important;
    color: #252525 !important;
    font-size: 15px !important;
    line-height: 20px;
    margin: 0;
    padding: 0px 0 0px 0;
    width: 100%;
    text-transform: uppercase;
    font-style: normal !important;
}
.news_title{
    min-height: 50px;
}
 .flex_vertical {
    display: flex;
    justify-content: space-between; 
    align-items: flex-end; 
    /* flex-flow: column; */ 
    flex-direction: column;  
    align-content: stretch;
    height: 150px;
     min-height: 150px;
    padding: 0px;
    gap: 0px;

  }
.news_bor{
    min-height: 150px;
}.booton_front{
    
}
.text_front{
     font-size: 13px !important;
    line-height: 18px;
   
}
.linija{
    min-height: 3px;
    background-color: rgba(0,172,79,1.00);
}
