.info-card{padding:16px;background-color:#fff;margin:64px 0 40px;border-radius:16px;display:grid;gap:16px;grid-template-columns:min-content}@media(min-width:580px){.info-card{padding:24px;margin:56px 0 40px}}.info-card .author-avatar{width:72px;height:auto}@media(min-width:580px){.info-card .author-avatar{width:176px;grid-row:1/4}}.info-card .name{font-weight:700;font-size:16px;line-height:20px;margin-bottom:6px}@media(min-width:992px){.info-card .name{font-weight:700;font-size:18px;line-height:24px}}.info-card .title{font-weight:400;font-size:12px;line-height:16px;color:rgba(22,24,29,.7)}@media(min-width:992px){.info-card .title{font-weight:400;font-size:14px;line-height:16px}}.info-card .name-title{grid-column:2/3}.info-card .short-bio{font-weight:400;font-size:14px;line-height:16px;grid-column:1/3}@media(min-width:580px){.info-card .short-bio{grid-column:2/3}}@media(min-width:580px){.info-card .short-bio{font-weight:400;font-size:16px;line-height:20px}}.info-card .socials{display:flex;gap:24px;grid-column:1/3;margin-top:auto}@media(min-width:580px){.info-card .socials{grid-column:2/3}}.info-card .socials a{display:flex;align-items:center;gap:6px}.info-card .socials a .icon{width:16px;height:16px}.info-card .socials a .subs{font-weight:400;font-size:12px;line-height:16px;color:rgba(22,24,29,.4)}.bio{background-color:#fff;border-radius:16px;margin-bottom:72px}@media(min-width:992px){.bio{margin-bottom:80px}}.bio .article{padding:32px 16px 16px;font-weight:400;font-size:14px;line-height:20px}@media(min-width:580px){.bio .article{padding:32px 24px 16px}}@media(min-width:992px){.bio .article{font-weight:400;font-size:16px;line-height:24px;padding:32px 32px 16px}}@media(min-width:1200px){.bio .article{font-weight:400;font-size:18px;line-height:28px}}.bio .article>*{padding-left:0;padding-right:0}.latest-posts{margin-bottom:72px}.latest-posts h2{font-weight:700;font-size:28px;line-height:36px;margin-bottom:32px}@media(min-width:992px){.latest-posts h2{font-weight:700;font-size:32px;line-height:40px}}.latest-posts .posts{display:flex;flex-direction:column;gap:32px;margin-bottom:32px}@media(min-width:580px){.latest-posts .posts{display:grid;grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.latest-posts .posts{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.latest-posts .posts{grid-template-columns:repeat(4,1fr)}}.latest-posts .posts .post-preview{background-color:#fff;border-radius:12px;color:#0b0c0f;overflow:hidden;display:flex;flex-direction:column}.latest-posts .posts .post-preview .featured-image{display:block;width:100%;aspect-ratio:16/9;background-size:cover;background-color:#f6f7f8;background-position:center}.latest-posts .posts .post-preview .info{padding:16px 8px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;flex:1}.latest-posts .posts .post-preview .title{font-weight:700;font-size:16px;line-height:20px;flex:1 1 100%}.latest-posts .posts .post-preview .reading-time,.latest-posts .posts .post-preview .author-date{font-weight:400;font-size:12px;line-height:16px}.latest-posts .posts .post-preview .reading-time{color:rgba(22,24,29,.4)}.latest-posts .posts .post-preview .author-date{color:rgba(22,24,29,.7)}.latest-posts .load-more-posts{display:table;margin:0 auto}body{background-color:#f0f2f4!important}