#main-blog-page{background-color:#fff;margin-top:-40px;padding-top:40px}.pagination{position:relative;z-index:2}.pagination a{color:#999}.post-item{border:1px solid #ececec;padding-bottom:20px;margin-bottom:20px;background:#fff;padding:20px;border-radius:5px;display:grid;grid-template-columns:120px 1fr}.post-item img{width:100px;height:100px}.post-item .content{border-left:1px solid #ececec;padding-left:20px}.post-item .title{font-weight:700;font-size:20px}.post-item .desciption{font-size:16px}.post-item .date{font-size:12px;color:#333}.post-item .btn-theme{font-size:18px;border-radius:5px;color:#fff;margin-left:0;width:140px;height:40px}@media(max-width:576px){.post-item{grid-template-columns:1fr}}