.recent-posts{background:#fbfbfb;padding:24px 16px;border-radius:8px}@media(max-width: 1023px){.recent-posts{padding:0;background:none}}.recent-posts .recent-posts-title{color:var(--color-3);font-size:var(--heading-2-size);font-weight:700;font-family:var(--secondary-font);margin-block-end:32px}@media(max-width: 575px){.recent-posts .recent-posts-title{font-size:var(--heading-2-size-mob)}}.recent-posts .recent-posts-content{display:flex;flex-direction:column;gap:28px}.recent-posts .recent-posts-content .post-card{display:flex;align-items:flex-start}@media(max-width: 575px){.recent-posts .recent-posts-content .post-card{flex-direction:column;gap:16px}}.recent-posts .recent-posts-content .post-card .post-card--img{width:152px;height:80px;flex-shrink:0;border-radius:8px}@media(max-width: 575px){.recent-posts .recent-posts-content .post-card .post-card--img{width:100%;height:100%;max-height:250px}}.recent-posts .recent-posts-content .post-card .post-card--img:hover img{transform:none}.recent-posts .recent-posts-content .post-card .post-card--img .post-label{font-size:12px;left:.5rem;top:.5rem}.recent-posts .recent-posts-content .post-card .post-card--img .post-label span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;overflow-wrap:anywhere}.recent-posts .recent-posts-content .post-card .post-card--details{padding-block:0;padding-inline-start:10px;padding-inline-end:0;background:none;box-shadow:none}@media(max-width: 575px){.recent-posts .recent-posts-content .post-card .post-card--details{padding:0}}@media(min-width: 992px)and (max-width: 1399px){.recent-posts .recent-posts-content .post-card .post-card--details .post-date{font-size:12px}}.recent-posts .recent-posts-content .post-card .post-card--details .post-title{font-size:16px;margin-block-end:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}@media(min-width: 992px)and (max-width: 1399px){.recent-posts .recent-posts-content .post-card .post-card--details .post-title{font-size:13px}}.recent-posts .recent-posts-content .post-card .post-card--details .read-more{font-size:14px}@media(min-width: 992px)and (max-width: 1399px){.recent-posts .recent-posts-content .post-card .post-card--details .read-more{font-size:12px}}html[dir=rtl] .recent-posts .recent-posts-content .post-card .post-card--img .post-label{left:unset;right:.5rem}