.programmeCards{display:grid;gap:24px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:880px}.programmeCards .programmeCard{aspect-ratio:1/1;background-position:50%;background-size:cover;border-radius:24px;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;position:relative;text-align:center}.programmeCards .programmeCard .hoverBlur{border-radius:24px;bottom:0;height:100%;left:0;position:absolute;right:0;top:0}.programmeCard:focus .hoverBlur,.programmeCard:hover .hoverBlur{backdrop-filter:blur(4px) grayscale(100%) brightness(50%)}.programmeCards .programmeCard:after{background-color:rgba(0,0,0,.2);border-radius:24px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.programmeCards .programmeCard h4,.programmeCards .programmeCard p{color:#fff;z-index:1}.programmeCards .programmeCard h4{font-family:Heimat Stencil;font-size:96px;font-weight:500;line-height:1;margin-bottom:0}.programmeCards .programmeCard p{font-size:20px}.programmeCards .programmeCard .cardLower{z-index:1}.programmeCards .programmeCard .cta{margin-top:24px;z-index:1}@media (max-width:990px){.programmeCards .programmeCard h4{font-size:72px}}@media (max-width:767px){.programmeCards .programmeCard h4{font-size:40px}.programmeCards .programmeCard p{font-size:14px;margin:0 auto;max-width:240px}.programmeCards .cta{font-size:14px;margin-top:16px!important;padding:8px 16px!important}}@media (min-width:481px){.singleProgrammeCard{transform:translateX(50%)}}@media (max-width:480px){.programmeCards{grid-template-columns:repeat(1,1fr)}}