.blog-layout .new-grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:40px;overflow-y:hidden;overflow-x:auto;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;padding:15px 0}.blog-layout .new-grid .grid-item{height:100%;margin-bottom:0}@media screen and (max-width:999px){.blog-layout .new-grid{gap:10px}}@media screen and (max-width:640px){.blog-layout .new-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.blog-layout .new-grid .grid-item{scroll-snap-align:start;-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 40px);-ms-flex:0 0 calc(100% - 40px);flex:0 0 calc(100% - 40px)}}