.blog-layout{display:flex;width:100%}.blog-layout a{color:#000;text-decoration:none}.blog-layout a:hover{transform:translateY(-3px)}.left-column,.right-column{box-sizing:border-box;padding:0 15px;width:50%}.left-column{transition:transform .2s ease-out}.left-column:hover{transform:translateY(-5px)}.right-column .blog-post-item{transition:transform .2s ease-out}.right-column .blog-post-item:hover{transform:translateY(-3px)}.left-column img,.right-column img{height:auto;max-width:100%}.left-column img{max-height:400px}.right-column img{max-height:250px;min-height:250px;object-fit:cover}.left-column img{height:60%;object-fit:cover}.right-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:30px}.right-column img{width:100%}@media only screen and (max-width:1024px){.blog-layout{display:block}.left-column,.right-column{padding:0;width:100%}}@media only screen and (max-width:450px){.right-column{grid-template-columns:1fr}}