:root{--page-container: 1066px;--white: #fff;--white-rgb: 255, 255, 255;--black: #000;--black-rgb: 0, 0, 0;--primary: #FFAA00;--primary-rgb: 255, 170, 0;--primary-60: #ffcc66;--primary-60-rgb: 255, 204, 102;--primary-10: #fff7e6;--primary-10-rgb: 255, 247, 230;--lightprimary: #fff6e5;--lightprimary-rgb: 255, 246, 229;--grey-60: #666666;--grey-60-rgb: 102, 102, 102;--very-light-grey: #f2f2f2;--very-light-grey-rgb: 242, 242, 242}.content-cards{background-color:var(--primary-10);padding:1.5rem 0 5rem}@media (min-width: 1024px){.content-cards{padding:5rem 0}}.content-cards__container{width:100%;max-width:1024px;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media (min-width: 1024px){.content-cards__container{display:flex;justify-content:space-between;flex-wrap:wrap}}.content-cards__item{margin:0 auto 3rem;max-width:70%}.content-cards__item:last-child{margin-bottom:0}@media (min-width: 1024px){.content-cards__item{margin:0 auto;flex:1 1 33.333%;max-width:16.5rem}}.content-cards__image{height:16.5rem;width:auto;margin:0 auto 1rem;display:block}.content-cards__title h1{font-size:2.5rem;font-weight:700;font-stretch:normal;font-style:normal;line-height:1;color:var(--primary);margin:0 0 .5rem}@media (min-width: 1024px){.content-cards__title h1{font-size:2.5rem;font-stretch:normal;font-style:normal;line-height:1}}.content-cards__subtitle p{font-size:1.125rem;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.33;color:var(--black);margin:0 0 1.5rem}.content-cards__tags{display:flex;flex-wrap:wrap;gap:6px;padding-bottom:16px}.content-cards__tags__item{display:flex;border-radius:999em;background-color:var(--primary-60);color:var(--black);font-size:12px;font-weight:700;line-height:1;text-transform:uppercase;padding:6px 10px 4px}.content-cards__link{position:relative;text-decoration:none;color:var(--black)}.content-cards__link:after{content:"";position:absolute;background-color:var(--black);right:0;bottom:0;width:100%;height:1px;transition:width .5s}.content-cards__link:hover:after{width:0}
