.blogPage_blog__bRplZ{min-height:calc(100vh - var(--header-height));margin-top:var(--header-height);display:flex;flex-direction:column;padding:1rem;gap:.5rem}.blogPage_blogContent__knyCj{flex:1;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;padding:1rem}.BlogItem_blogItem__qV4f6{position:relative;flex:0 1 300px;min-width:250px;height:fit-content;min-height:450px;max-width:100%;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;padding:0 0 1.5rem;&:hover{&:before{left:0;transition:all .2s ease-in-out}}}.BlogItem_blogItem__qV4f6:after{left:0;background-color:var(--primary-gr);z-index:-1}.BlogItem_blogItem__qV4f6:after,.BlogItem_blogItem__qV4f6:before{content:"";position:absolute;bottom:0;width:100%;height:2px;border-radius:1px}.BlogItem_blogItem__qV4f6:before{left:-100%;background-color:var(--primary-text)}.BlogItem_blogCoverImage__zq1cj{position:relative;width:100%;aspect-ratio:16/9;border-radius:.2rem}.BlogItem_blogContent__xb5hz{flex-grow:1;display:flex;flex-direction:column;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.BlogItem_blogContent__xb5hz::-webkit-scrollbar{display:none}@media (max-width:768px){.BlogItem_blogItem__qV4f6{flex:0 1 45%}}@media (max-width:480px){.BlogItem_blogItem__qV4f6{flex:0 1 100%}}