.featured-posts{font-family:'Gilroy',sans-serif;margin-bottom:40px}.featured-posts a{color:#000}.featured-posts .section-header{display:flex;justify-content:space-between;align-items:center;position:relative;margin-bottom:16px}.featured-posts .section-header .featured-posts-title{font-size:24px;font-weight:500;line-height:34px;text-align:left;color:#000;margin-right:8px}.featured-posts .section-header .line{flex-grow:1;height:1px;background-color:#5a00ee}.featured-posts .post-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;justify-content:space-between}.featured-posts .post-cards .post-card{display:flex;flex-direction:column}.featured-posts .post-cards .post-card .post-image{width:100%;height:160px;background-color:#e7dcf9;margin-bottom:8px;border-radius:16px;overflow:hidden}.featured-posts .post-cards .post-card .post-image img{width:100%;height:100%;object-fit:cover;display:block}.featured-posts .post-cards .post-card h4,.featured-posts .post-cards .post-card .post-card-title{font-size:14px;font-weight:600;line-height:20px;height:40px;overflow:hidden;text-align:left;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word}.post-card:hover h4,.post-card:hover .post-card-title{color:#5a00ee}.featured-posts .post-cards .post-card p{font-size:14px;font-weight:400;line-height:20px;text-align:left;margin-bottom:8px;flex-grow:1}.featured-posts .post-cards .post-card .author-date{font-size:14px;font-weight:400;line-height:20px;text-align:left;color:gray;margin-top:auto}.featured-posts .post-cards .post-card .author-date .date,.featured-posts .post-cards .post-card .author-date .author{margin-bottom:4px}@media (max-width:900px){.featured-posts .post-cards{grid-template-columns:repeat(2,1fr)}.featured-posts .post-cards .post-card h4{height:auto}.featured-posts .post-cards .post-card .post-image{height:auto;max-height:500px}}@media (max-width:600px){.featured-posts .post-cards{grid-template-columns:1fr}}