section.featured-post{position:relative;z-index:2}.featured-post__grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(275px,1fr))}.featured-post__item{background:var(--white)}.featured-post__card,.featured-post__item{border-radius:10px;box-shadow:0 5px 10px rgba(99,99,199,.2);padding:32px;position:relative}.featured-post__card{background:url(https://27116888.fs1.hubspotusercontent-eu1.net/hubfs/27116888/swirlDark.svg) #38b000;background-position:125px 125px;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:background-position .3s ease-out;width:100%}.featured-post__card a,.featured-post__item a{align-items:center;color:var(--text-color);display:flex;font-size:20px;font-weight:var(--medium);justify-content:space-between;margin-bottom:10px;width:100%}.blog-tags{color:var(--primary-purple);display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;margin-bottom:30px}.featured-post__post-tag{color:var(--green)!important;font-weight:var(--medium);margin-bottom:0!important;max-width:max-content;min-width:max-content;text-decoration:none;text-transform:uppercase;width:max-content}.featured-post__card a span,.featured-post__item a span{margin-right:.5rem}.featured-post__card svg,.featured-post__item svg{bottom:42px;left:48px;position:absolute;transition:left .3s ease-out}.reading-minutes{font-size:16px;font-weight:var(--medium);margin-bottom:15px}.featured-post__card a:after,.featured-post__item a:after{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;width:100%}@media screen and (max-width:767px){.featured-post__card svg,.featured-post__item svg{bottom:32px;left:90%}}@media (hover:hover){.featured-post__card span,.featured-post__item span{opacity:0;transition:opacity .3s ease-in-out}.featured-post__card:hover{background-position:160px 160px}.featured-post__card:hover span,.featured-post__item:hover span{opacity:1}.featured-post__item:hover svg{left:90%}.featured-post__card:hover svg{left:85%}}@media screen and (min-width:992px){.featured-post__item{grid-column:span 2/3;padding:42px 48px}.featured-post__card{padding:42px 34px}}