.list-posts{display:flex;flex-wrap:wrap}.list-posts .post{background:#fff;width:31%;margin:0 1% 20px 1%;border:1px solid #ddd;border-radius:8px;overflow:hidden}@media only screen and (min-width:768px) and (max-width:981px),only screen and (min-width:480px) and (max-width:768px){.list-posts .post{width:48%}}@media only screen and (max-width:480px){.list-posts .post{width:98%}}.list-posts .post .post-image{width:100%;height:228px;overflow:hidden;display:block}.list-posts .post .post-image img{width:100%;height:auto;min-height:228px}.list-posts .post .post-content{padding:20px 30px;text-align:center}.list-posts .post .post-content .post-title{font-weight:700}