.insights-feed{padding-top:0!important}.insights-feed__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5rem}.insights-feed__header h2{margin:0}.insights-feed__feed{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.insights-feed__feed.loading{opacity:.5;pointer-events:none;transition:opacity 0.3s ease}@media screen and (max-width:1300px){.insights-feed__feed{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1000px){.insights-feed__feed{grid-template-columns:repeat(2,1fr)}}.insights-feed__item{border-radius:7px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;background-color:var(--off-white);text-decoration:none}.insights-feed__item img{width:100%;height:100%;aspect-ratio:6 / 4;-o-object-fit:cover;object-fit:cover;transition:transform 0.3s ease}.insights-feed__item:hover img{transform:translateY(-5%)}.insights-feed__item:hover .insights-feed__item__text{transform:translateY(-2rem)}.insights-feed__item__text{padding:2rem;background-color:var(--off-white);transition:transform 0.3s ease}.insights-feed__item__text .eyebrow{color:var(--orange)}.insights-feed__item__text h3{margin:1rem 0 0}@media screen and (max-width:768px){.insights-feed__feed{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.insights-feed__feed{grid-template-columns:1fr}}.insights-feed .pagination{grid-column:1 / -1;margin-top:5rem}