.post{background-color:#f2f2f2;display:flex;flex-direction:column;height:100%;transition:all .3s ease-in-out}.post--white{background-color:#fff}.post__image{background-position:50%;background-repeat:no-repeat;background-size:102%;min-height:200px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.post:hover .post__image{background-size:110%}.post:hover{background:#fff;box-shadow:0 8px 16px #1111111a}h3.post__title{-webkit-transition:all .2s ease-in-out}.post:hover h3.post__title{color:#3e36e0!important}.post__data{padding:25px 32px 32px}.post__data--remove-padding{padding:10px 0}.post__tags{list-style:none;margin:0;padding:0}.post__tags-item{display:inline-block;margin:0}.post__tags-anchor{font-size:12px;text-transform:uppercase}.post__tags-anchor--black{color:#111}.post__title{font-size:24px;margin:0;padding:10px 0}.post__title>a{color:#111!important}.post__title:hover>a{color:#3e36e0!important}.post.post--white:hover{box-shadow:unset}.post.post--white .post__image{background-position:50%;background-repeat:no-repeat;background-size:132%;min-height:200px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.post.post--white:hover .post__image{background-size:142%}.post.post--white:hover h3.post__title a{color:#3e36e0!important}