.main_posts{
    width: 750px;
    float: right;
}

.post_item{
    background-color: #e2ece9;
    padding: 10px;
    box-shadow: 0 -40px 40px #9bdfda inset;
    margin-bottom: 30px;
}

.post_title>a{
    color: #144551;
}
.post_title>a:hover{
    color: #4d908e;
}
.fa-num{
    font-family: SFN01;
}

