
p.post_title {
    font-size: 22px;
    font-family:'poppins';
    font-weight: 500;
    line-height: 1.4em;
}
.post_content {
  font-size: 16px;
  font-family:poppins;
  font-weight: 500;
  line-height: 1.4em;
  padding:20px 0px;
}
.latest-post.post-hover{
        width: 50%;
        display: flex;
        padding: 50px 50px; 
        box-sizing: border-box; 
        border-radius: 10px;
}
@media(max-width:780px){
    .latest-post.post-hover{
        width: 100%;
        padding: 20px 20px; 
        margin-top: 20px;
    }
}
