.related-content-card-deck-section{background-color:var(--white);padding-bottom:92px;padding-top:64px}.related-content-card-deck-section.related-content-card-deck-section-bg-sand{background-color:var(--orange-50,#fef9f6)}.related-content-card-deck-wrapper{border-top:1px solid var(--gray-200,#f2f1f1);display:flex;flex-direction:column;gap:36px;padding-top:36px;width:100%}.related-content-card-deck-heading{color:var(--smoke-900);font-size:48px;font-weight:700;line-height:110%;text-align:center}.related-content-card-deck-grid{display:flex;flex-direction:column;gap:32px;width:100%}@media (min-width:576px){.related-content-card-deck-grid{display:grid;grid-template-columns:repeat(2,1fr)}}@media (min-width:1400px){.related-content-card-deck-grid{grid-template-columns:repeat(4,1fr)}}