





    
    
    
    
    
    
    
        
    
    

    
    
        .post{
            background-color:
    
    
      
    
    rgba(249, 250, 254, 1.0)
;
            
            padding: 0px;

            
            border-radius:5px;
        }
    
    
    

.post{
    display: block;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.post__image-content{
    padding: 0px;
}
.post__image{
    background-position: center center;
    background-size: cover;
    min-height: 206px;
    display: block;
    text-decoration: none;
    
}


    
    
    
    
    
    
    
        
    
    

    
    
        .post__data{
            
            
            padding: 20px;

            
            
        }
    
    
    

.post__data>*{
    margin: 0px 0px 15px 0px;
    text-align: left; 
}
.post__data>*:last-child{
    margin: 0px;
}



    
    
    
    
    
    
    
    
    
    
    
        .post__date{
            color: #292929;font-size: 14px;font-family: Poppins, sans-serif; font-weight: 300;
            
            
            
            
            
        }
    
    

    

.post__date{
    text-decoration: none;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.post__tags{
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.post__data {
    display: flex;
    padding: 0 20px 20px;
    flex-direction: column;
    gap: 5px;
    height: 53%;
    justify-content: space-between;
}

.post__tags-item{
    display: inline-block;
}

    
    
    
    
    
    
    
    
    
    
    
        .post__tags-anchor{
            color: #292929;font-size: 14px;font-family: Poppins, sans-serif; font-weight: 300;
            
            
            
            
            
        }
    
    

    

.post__tags-anchor{
    text-decoration: none;
    display: inline-block;
}


    .post_date_and_tags{
        margin: 0px 0px 20px 0px;
    }



    
    
    
    
    
    
    
    
    
    
    
        .post__author{
            color: #292929;font-size: 14px;font-family: Poppins, sans-serif; font-weight: 300;
            
            
            
            
            
        }
    
    

    

.post__author{
    text-decoration: none;
    display: block;
    width: 100%;
}


    
    
    
    
    
    
    
    
    
    
    
        .post__title, .post__title>a{
            color: #292929;font-size: 22px;font-family: Poppins, sans-serif; font-weight: 700;
            
            
            
            
            
        }
    
    

    

.post__title>a{ 
    text-decoration: none;
    margin:0px;
}


    
    
    
    
    
    
    
    
    
    
    
        .post__description{
            color: #292929;font-size: 15px;font-weight: 300; font-family: Roboto;
            
            
            
            
            
        }
    
    

    


@media screen and (max-width:992px){

.post__data {
    height: auto;}