.list-posts{margin-top:44px;display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:32px;grid-row-gap:32px}@media screen and (max-width: 600px){.list-posts{grid-template-columns:repeat(1, 1fr);grid-column-gap:20px;grid-row-gap:20px}}.list-posts .list-post{border:1px solid rgba(255,255,255,.8);display:block;border-radius:6px;transition:all .2s;background:#000}.list-posts .list-post:hover{box-shadow:0 1px 10px 0 #faff00;text-decoration:none;transform:translateY(-5px)}.list-posts .list-post img{height:160px;width:100%;object-fit:cover}.list-posts .list-post .list-post__content{padding:14px}@media screen and (max-width: 600px){.list-posts .list-post .list-post__content{padding:6px}}.list-posts .list-post .list-post__content .list-post__content__title{font-size:18px;line-height:28px;font-weight:500}@media screen and (max-width: 600px){.list-posts .list-post .list-post__content .list-post__content__title{font-size:16px;line-height:24px}}.list-posts .list-post .list-post__content .list-post__content__more{color:#faff00}.list-posts.list-posts--cards{grid-template-columns:repeat(4, 1fr)}@media screen and (max-width: 600px){.list-posts.list-posts--cards{grid-template-columns:repeat(2, 1fr)}}.list-posts.list-posts--cards .list-post img{height:310px;object-fit:contain}