.blog-listings{align-items:stretch;display:flex;flex-wrap:wrap;gap:45px;margin-bottom:50px}.single-blog{filter:drop-shadow(-1px 6px 3px rgba(0,0,0,.1));flex-basis:calc(33.3% - 30px)}.single-blog .image-wrapper{height:170px;max-width:100%;overflow:hidden}.single-blog .image-wrapper img{height:100%;object-fit:cover;object-position:center center;width:100%}.single-blog .content-wrapper{background:#fff;clip-path:polygon(0 0,100% 0,100% 80%,82% 100%,0 100%);-webkit-clip-path:polygon(0 0,100% 0,100% 80%,82% 100%,0 100%);padding:20px}.single-blog .content-wrapper .desc{max-width:305px}@media (max-width:1150px){.single-blog{flex-basis:calc(50% - 30px)}}@media (max-width:890px){.single-blog{flex-basis:100%}.single-blog .content-wrapper .desc{max-width:85%}}