.most-popular-home-wrapper.mobile h3{font-size:28px;line-height:32px;margin-bottom:24px}.most-popular-home-wrapper.mobile .most-popular-posts article{border-bottom:1px solid var(--color-light-gray);padding:16px 0}.most-popular-home-wrapper.mobile .most-popular-posts article:first-child{padding:0 0 16px}.most-popular-home-wrapper.mobile .most-popular-posts .post-title-container .post-title{font-size:16px;line-height:22px;margin-bottom:12px}.most-popular-home-wrapper.mobile .most-popular-posts .post-title-container .post-title a{color:var(--color-black);font-family:var(--font-regular)}.most-popular-home-wrapper.mobile .most-popular-posts .content .date{color:var(--color-input-placeholder);font-family:var(--font-regular);margin-bottom:0}.most-popular-home-wrapper.mobile .most-popular-posts .cta{align-items:center;color:var(--color-black);display:flex;font-family:var(--font-regular);font-size:16px;gap:8px;line-height:22px;margin-top:16px}.most-popular-home-wrapper.mobile .most-popular-posts .cta .icon{color:var(--color-medium-orange)}.most-popular-home-wrapper.desktop{display:none}.most-popular-home-wrapper.desktop h3{font-size:36px;line-height:40px;margin-bottom:32px}.most-popular-home-wrapper.desktop .most-popular-posts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;padding:0}.most-popular-home-wrapper.desktop .most-popular-posts figure img{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);height:74px;object-fit:cover;width:100%}.most-popular-home-wrapper.desktop .most-popular-posts article .content{border:1px solid var(--color-light-gray);border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);padding:16px}.most-popular-home-wrapper.desktop .most-popular-posts article .subcontent{display:flex;flex-direction:column;gap:28px;height:152px}.most-popular-home-wrapper.desktop .most-popular-posts .post-title-container{height:100px}.most-popular-home-wrapper.desktop .most-popular-posts .post-title-container .post-title{color:var(--color-black);display:-webkit-box;font-family:var(--font-heading);font-size:24px;font-weight:400;line-height:28px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:16px}.most-popular-home-wrapper.desktop .most-popular-posts .post-excerpt *{color:var(--color-black);font-size:16px;line-height:22px;margin-bottom:0}.most-popular-home-wrapper.desktop .most-popular-posts .post-excerpt h2,.most-popular-home-wrapper.desktop .most-popular-posts .post-excerpt p:nth-of-type(2){display:none}.most-popular-home-wrapper.desktop .most-popular-posts .post-excerpt p{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical}.most-popular-home-wrapper.desktop .most-popular-posts .show-more{align-items:center;color:var(--color-black);display:flex;font-family:var(--font-regular);font-size:16px;gap:8px;line-height:22px}.most-popular-home-wrapper.desktop .most-popular-posts .show-more .icon{font-size:24px}.most-popular-home-wrapper.desktop .most-popular-posts .post-link{display:block}@media screen and (min-width:48em){.most-popular-home-wrapper.desktop{display:block}.most-popular-home-wrapper.mobile{display:none}}@media screen and (min-width:62em){.most-popular-home-wrapper.desktop .most-popular-posts{grid-template-columns:repeat(4,minmax(0,1fr))}}