.posts-block{background:var(--full-white)}.posts-block__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.posts-block__item{display:flex;flex-direction:column}.posts-block__link{display:flex;flex-direction:column;text-decoration:none;color:var(--black-full);gap:32px}.posts-block__image-wrapper{position:relative;width:100%;height:240px;overflow:hidden;border-radius:24px}.posts-block__image{width:100%;height:100%;object-fit:cover;display:block}.posts-block__category{position:absolute;bottom:16px;left:16px;padding:8px 16px;align-items:center;border-radius:60px;border:1px solid rgba(255,255,255,.1);background:#ffffff14;font-size:16px;font-style:normal;font-weight:400;line-height:120%;color:#fff;z-index:2;display:inline-flex}.posts-block__arrow{position:absolute;bottom:16px;right:16px;width:44px;height:44px;display:flex;justify-content:center;align-items:center;border-radius:60px;background:var(--Primary-Yellow, #F8BF2C);z-index:2;transition:transform .3s ease}.posts-block__arrow svg{width:18px;height:18px;display:block}.posts-block__link:hover .posts-block__arrow{transform:translate(4px)}.posts-block__title{font-size:16px;font-style:normal;font-weight:700;line-height:160%;margin:0;color:var(--black-full);text-align:center;transition:opacity .3s ease}.posts-block__link:hover .posts-block__title{opacity:.7}.posts-block__button-wrapper{display:flex;justify-content:center;align-items:center;margin-top:48px}@media (max-width: 991px){.posts-block__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 768px){.posts-block__grid{grid-template-columns:1fr;gap:24px}.posts-block__image-wrapper{height:200px}.posts-block__link{gap:24px}.posts-block__button-wrapper{margin-top:40px}}@media (max-width: 576px){.posts-block__image-wrapper{height:180px}.posts-block__title{font-size:15px}.posts-block__category{font-size:12px;padding:6px 12px}.posts-block__arrow{width:40px;height:40px;bottom:12px;right:12px}.posts-block__arrow svg{width:16px;height:16px}.posts-block__button-wrapper{margin-top:32px}}
