.recent-posts-grid{padding:80px 0}.recent-posts-grid .container{display:flex;flex-direction:column;gap:40px;max-width:1160px}.recent-posts-grid__header{display:flex;flex-direction:column;gap:20px}.recent-posts-grid__title{color:#000;font-size:32px;font-weight:700;line-height:40px}.recent-posts-grid__title h1,.recent-posts-grid__title h2,.recent-posts-grid__title h3,.recent-posts-grid__title h4,.recent-posts-grid__title p{font-size:inherit;font-weight:inherit;line-height:inherit;margin:0}.recent-posts-grid__grid{display:grid;gap:24px;grid-template-columns:1fr}.recent-posts-grid__card-wrapper{background-color:#fefefe;border:1px solid #ececec;border-radius:30px;box-shadow:10px 10px 20px 0 rgba(0,0,0,.04);overflow:hidden}.recent-posts-grid__card-wrapper .post-card{background-color:#fff;display:flex;flex-direction:column;height:100%;min-height:290px;overflow:hidden;position:relative;text-decoration:none}.recent-posts-grid__card-wrapper .post-card .post-card__image-wrapper{height:207px;overflow:hidden;position:relative}.recent-posts-grid__card-wrapper .post-card .post-card__image-wrapper img{height:100%;object-fit:cover;transition:transform .2s ease-out;width:100%}.recent-posts-grid__card-wrapper .post-card:hover .post-card__image-wrapper img{transform:scale(1.07)}.recent-posts-grid__card-wrapper .post-card .content{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start;padding:16px 24px}.recent-posts-grid__card-wrapper .post-card .top-content-wrapper{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;gap:12px;margin-bottom:12px}.recent-posts-grid__card-wrapper .post-card .content .card-link{color:inherit;display:block;text-decoration:none}.recent-posts-grid__card-wrapper .post-card .content .tags .tag{background-color:#fff!important;border:1px solid #ececec!important;border-radius:8px!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:#3b5de8!important;display:inline-block;font-size:12px;font-weight:600!important;line-height:1.4;padding:4px 8px!important;text-transform:none!important}.recent-posts-grid__card-wrapper .post-card .content .info{color:#2d3239!important;font-size:12px;font-weight:300!important;letter-spacing:.19px;margin-bottom:8px;margin-top:4px;text-transform:uppercase}.recent-posts-grid__card-wrapper .post-card .content .info span:first-child:after{content:none}.recent-posts-grid__card-wrapper .card-title{color:#000;font-size:20px;font-weight:600;line-height:28px}.recent-posts-grid__empty{padding:40px 20px;text-align:center}.recent-posts-grid__empty p{color:#55565e;font-size:16px;margin:0}.recent-posts-grid__cta{display:flex}.recent-posts-grid__cta .cta-button{align-items:center;background-color:transparent;border:1px solid #1e2328;border-radius:8px;color:#1e2328;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;gap:8px;justify-content:center;line-height:24px;padding:16px 24px;text-decoration:none;transition:background-color .2s ease,color .2s ease,transform .2s ease}.recent-posts-grid__cta .cta-button:hover{background-color:#1e2328;color:#fff;transform:translateY(-2px)}.recent-posts-grid__cta .cta-button svg{flex-shrink:0}@media (min-width:768px){.recent-posts-grid__grid{gap:28px 48px;grid-template-columns:repeat(2,1fr)}.recent-posts-grid__title{font-size:32px}}@media (min-width:1024px){.recent-posts-grid__grid{gap:28px 16px;grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.recent-posts-grid{padding:60px 0}.recent-posts-grid__title{font-size:28px;line-height:36px}.recent-posts-grid__cta .cta-button{justify-content:center;width:100%}}