section.entry-columns .entries{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}section.entry-columns .entry{margin-bottom:16px;text-decoration:none;width:calc(50% - 16px)}@media (max-width:640px){section.entry-columns .entry{width:100%}}section.entry-columns .entry-text{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:4px;margin-top:1rem}section.entry-columns .entry-text .large.bold{color:var(--theme-ui-background);font-weight:700}section.entry-columns .entry-text .cta{margin-top:.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}section.entry-columns.cols-2 .entry{gap:3rem;width:calc(50% - 1rem)}@media (max-width:640px){section.entry-columns.cols-2 .entry{width:100%}}section.entry-columns.cols-3 .entry{width:calc(33.33333% - 1rem)}@media (max-width:1080px){section.entry-columns.cols-3 .entry{width:calc(50% - 1rem)}}@media (max-width:640px){section.entry-columns.cols-3 .entry{width:100%}}section.entry-columns.cols-4 .entry{width:calc(25% - 1rem)}@media (max-width:1080px){section.entry-columns.cols-4 .entry{width:calc(50% - 1rem)}}@media (max-width:640px){section.entry-columns.cols-4 .entry{width:100%}}