.reference-cards-module{display:grid;grid-template-columns:1fr 1fr;grid-gap:50px}.reference-cards-module.items-1{grid-template-columns:1fr}.reference-cards-module .content-wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;color:var(--white);display:flex;flex-direction:column;justify-content:flex-end;min-height:500px;overflow:hidden;padding:50px;position:relative}.reference-cards-module .inner-wrapper{position:relative;z-index:2}.reference-cards-module .content-wrapper:before{background:linear-gradient(180deg,rgba(28,50,93,0) 33.17%,#1c325d);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.reference-cards-module .title-wrapper{color:#fff;font-weight:400;position:relative;z-index:2}.reference-cards-module .button-wrapper{border-top:1px solid var(--white);margin-top:15px;padding-top:15px}.reference-cards-module .button-wrapper a{color:var(--white)}.reference-cards-module.style-compact .content-wrapper{min-height:350px}.reference-cards-module.style-compact .text-wrapper{display:none}@media (max-width:991px){.reference-cards-module,.reference-cards-module.items-1,.reference-cards-module.items-2{grid-template-columns:1fr}}