.most-popular-wrapper h3{font-size:36px;line-height:40px;margin-bottom:32px}.most-popular-wrapper .most-popular-posts{display:grid;grid-template-columns:1fr;grid-gap:24px;padding:0}.most-popular-wrapper .most-popular-posts .post-title-container{height:84px}.most-popular-wrapper .most-popular-posts .post-title-container .post-title a{display:-webkit-box;font-size:24px;line-height:28px;margin-bottom:32px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:var(--color-medium-orange);font-family:var(--font-heading)!important;font-weight:400}.most-popular-wrapper .most-popular-posts .post-title-container .post-title a:hover{color:var(--color-dark-orange)}.most-popular-wrapper .most-popular-posts .metas-container{padding:10px 0}.most-popular-wrapper .most-popular-posts .metas-container .post-date{color:var(--color-black);font-family:var(--font-regular);font-size:16px;line-height:22px}.most-popular-wrapper .most-popular-posts .post-excerpt *{color:var(--color-black);font-size:16px;line-height:22px;margin-bottom:0}.most-popular-wrapper .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}@media only screen and (min-width:48em){.most-popular-wrapper .most-popular-posts{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:48em){.most-popular-wrapper{overflow:hidden}.most-popular-wrapper .most-popular-posts{display:flex;grid-gap:unset}}