.blog-related-articles{border-top:1px solid var(--border-grid-color);padding:90px 0}.blog-related-articles__header{align-items:center;display:flex;flex-flow:row wrap;justify-content:space-between;margin-bottom:var(--spacing-3);padding:var(--section-padding--inline)}@media screen and (min-width:992px){.blog-related-articles__header{padding:0 105px}}.blog-related-articles__title{margin-bottom:0}.blog-related-articles__controls{display:flex;flex-flow:row nowrap}.blog-related-articles__controls button{background:none;border:none;cursor:pointer}.blog-related-articles__slider{display:flex;gap:var(--spacing-2);-webkit-overflow-scrolling:touch;overflow-x:scroll;padding-bottom:5px;scroll-snap-type:x mandatory}.blog-related-articles__slider::-webkit-scrollbar{background:transparent;width:0}.blog-related-articles__slider .post{flex:0 0 320px;scroll-snap-align:center}.blog-related-articles__slider .post:first-child{margin-left:var(--spacing-2)}.blog-related-articles__slider .post:last-child{margin-right:var(--spacing-2)}.blog-related-articles__slider .post__image{aspect-ratio:5/4}@media screen and (min-width:600px){.blog-related-articles__slider .post{flex:0 0 500px}}