.blog-posts{display:flex;flex-flow:row wrap;justify-content:space-between}.blog-post-wrapper{background-position:50%;background-size:cover;min-height:400px;position:relative;width:calc(25% - 2px)}.post-overlay{background-color:rgba(5,63,114,.5);height:100%;position:absolute;width:100%}.post-content{padding:115px 40px;position:relative;z-index:9}.blog-posts a,.blog-posts a:visited,.blog-posts h3,.blog-posts p{color:#fff}.post-read-more{background-color:#f8981c;border-radius:40px;bottom:30px;color:#fff;padding:10px 20px;position:absolute}@media only screen and (max-width:991px){.blog-post-wrapper{min-height:300px;width:calc(50% - 2px)}}@media only screen and (max-width:768px){.blog-posts{flex-direction:column}.blog-post-wrapper{width:100%}}