.featured-blog-posts{display:grid;gap:24px;grid-template-columns:repeat(1,1fr)}.featured-blog-posts__item{background-color:var(--color-white);border-radius:16px;box-shadow:0 0 20px rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden;transform:scale(1);transition:all .2s var(--primary-animation-timing)}.featured-blog-posts__content{flex:0 0 50%;padding:32px}.featured-blog-posts__image img{height:100%;max-height:100%;object-fit:cover;width:100%}.featured-blog-posts__item:focus,.featured-blog-posts__item:hover{transform:scale(1.01)}.featured-blog-posts__item:not(:first-child) .featured-blog-posts__image,.featured-blog-posts__item:not(:first-child) p{display:none}.featured-blog-posts__item:not(:first-child) .featured-blog-posts__content{flex:0 0 100%}@media screen and (min-width:768px){.featured-blog-posts{column-gap:56px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);row-gap:32px}.featured-blog-posts__item{align-items:center;flex-direction:row-reverse}.featured-blog-posts__image{flex:0 0 50%;height:100%}.featured-blog-posts__item:first-child{grid-area:1/1/3/3}.featured-blog-posts__item:nth-child(2){grid-area:1/3/2/4}.featured-blog-posts__item:nth-child(3){grid-area:2/3/3/4}}.hs-search-field__label{display:none}