#content .membership-posts-list{display:grid;gap:32px;grid-template-columns:1fr}@media (min-width:640px){#content .membership-posts-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){#content .membership-posts-list{grid-template-columns:repeat(4,1fr)}}#content .membership-posts-list .membership-post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;height:100%;border:1px solid #f3f3f1;border-radius:12px;overflow:hidden}#content .membership-posts-list .membership-post .text-wrapper{padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;background-color:#fff}@media (max-width:992px){#content .membership-posts-list .membership-post.display-desktop{display:none}}@media (min-width:992px){#content .membership-posts-list .membership-post.display-mobile{display:none}}#content .membership-posts-list h3{font-size:24px;font-weight:700}#content .membership-posts-list a{text-decoration:underline}#content .membership-posts-list p{margin:0 0 32px 0}#content .membership-posts-more-link{margin:32px auto;text-align:center}