.blog-listing-all{display:none;padding:140px 0 40px}.blog-listing-all__wrapper{display:grid;margin-bottom:45px;grid-gap:15px;grid-template-columns:repeat(auto-fill,calc(25% - 12px))}.blog-listing-all__post{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#fffcf6;cursor:pointer;position:relative;transition:box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:box-shadow .15s ease-in-out,transform .15s ease-in-out;transition:box-shadow .15s ease-in-out,transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.blog-listing-all__post:hover{box-shadow:0 10px 50px -5px rgba(46,71,93,.12);-webkit-transform:scale(1.014);transform:scale(1.014)}.blog-listing-all__post>a{display:flex;flex-direction:column;height:100%}.blog-listing-all__post-image-wrapper{flex-grow:0;height:0;margin:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.blog-listing-all__post-image{bottom:auto;display:block;left:auto;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;right:auto;top:auto;user-select:none}.blog-listing-all__post-wrapper{background-color:#fffcf6;color:#222;display:flex;flex-direction:column;height:100%;padding:15px 19px 20px 16px}.blog-listing-all__bold{margin-top:auto}.blog-listing-all__bold>b{font-size:12px;text-transform:uppercase}.blog-listing-all__border{border-bottom:2px dotted #bebebe;width:100%}.blog-listing-all__post-title h2{color:#222;display:-webkit-box;font-size:22px;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 38px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1400px){.blog-listing-all__wrapper{grid-template-columns:repeat(auto-fill,calc(33.33333% - 10px))}}@media screen and (max-width:1020px){.blog-listing-all__wrapper{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}