.blog-feed{background-color:var(--c-main);padding-bottom:0}.blog-feed__item-container{margin-top:40px}.blog-feed h2,.blog-feed__subtext{color:var(--c-white);margin-bottom:20px;text-align:center}@media screen and (min-width:1023px){.blog-feed__item-container{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}}.blog-feed__item-wrapper{display:block;padding:30px 24px;text-align:left;text-decoration:none}.blog-feed__item{background:var(--c-main);border-radius:1.2rem;margin-bottom:40px}.blog-feed__item,.blog-feed__item:hover{text-decoration:none}@media screen and (max-width:991px){.blog-feed__item{margin:40px auto}}img.blog-feed__image{background-color:#fff;height:220px;object-fit:contain;width:100%}.blog-feed__title{font-size:24px;font-weight:700;line-height:28px;text-transform:uppercase}.blog-feed a,.blog-feed__body{color:var(--c-white);font-size:2rem;line-height:100%;text-align:left}