.item-post{display:flex;flex-direction:column;gap:2.5rem;position:relative}.item-post .img{position:relative;background-color:#f5f5f5;z-index:1;transition:all .3s 0s;filter:grayscale(1);font-weight:400;padding:2rem;color:#fff;height:400px;display:flex;flex-direction:column;gap:.5rem}.item-post .img:before{content:"";position:absolute;z-index:-1;pointer-events:none;width:100%;height:100%;top:0;left:0;background-color:rgb(27 27 27 / .2)}.item-post .img .date{margin-bottom:auto}.item-post .img .views{font-size:18px;display:flex;align-items:center;gap:1rem}.item-post .img .category{font-size:18px;text-transform:lowercase}.item-post a{font-weight:400;font-size:26px;max-height:117px;overflow:hidden;text-decoration:none!important}.item-post:hover .img{filter:grayscale(0)}.item-post_color .img{filter:unset}@media(max-width:1600px){.item-post{gap:2rem}.item-post .img{padding:1rem;height:360px}.item-post a{font-size:24px}}@media(max-width:1200px){.item-post{gap:1.5rem}.item-post .img{font-size:16px;height:240px}.item-post a{font-size:18px}}@media(max-width:768px){.item-post{gap:1rem}.item-post .img{height:240px;font-size:14px}.item-post .img .category{font-size:14px}.item-post .img .views{font-size:14px}}@media(max-width:576px){.item-post .img{height:240px;font-size:12px}.item-post .img .category{font-size:12px}.item-post .img .views{font-size:12px}.item-post a{font-size:14px}}