@keyframes show{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes show-slide{0%{transform:translateY(3rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%{opacity:0;width:100%}20%{opacity:1}50%{opacity:.5}90%{opacity:0;width:750%}to{opacity:0;width:850%}}.blog__main{display:flex;justify-content:space-between}@media screen and (max-width:575px){.blog__main{flex-direction:column;align-items:center;gap:.625rem}}.blog-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media screen and (max-width:991px){.blog-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:575px){.blog-list{grid-template-columns:1fr}}.blog-item{border-radius:1rem;box-shadow:0 2px 16px -5px #4242424d;position:relative;display:flex;flex-direction:column;transition:.2s ease-out;transition-property:transform,box-shadow,filter}.blog-item__head{position:relative}.blog-item__head img{border-top-left-radius:1rem;border-top-right-radius:1rem;width:100%}.blog-item__head .tag-list{position:absolute;top:10px;right:10px;align-items:end}.blog-item__info{display:flex;justify-content:space-between}.blog-item__content{padding:1.5rem 1.25rem;display:flex;flex-direction:column;flex:1}.blog-item__content .title{transition:color 125ms ease-out}.blog-item:has(.block-link:is(:hover,:active,:focus-visible)){transform:translateY(-3px);box-shadow:0 6px 17px -1px #42424226}.blog-item:has(.block-link:is(:hover,:active,:focus-visible)) .title{color:#00b066}
