.sticky-text-cards-module>div{display:flex;width:100%}@media screen and (max-width:990px){.sticky-text-cards-module>div{flex-direction:column}}.sticky-text-cards-module>div .text{flex:1 1 33.33333%;padding-right:40px}@media screen and (max-width:990px){.sticky-text-cards-module>div .text{margin-bottom:20px;padding-right:0;text-align:center}}.sticky-text-cards-module>div .text .text-container{position:sticky;top:40px;transition:top .3s}@media screen and (max-width:990px){.sticky-text-cards-module>div .text .text-container{position:relative;top:0!important}}.sticky-text-cards-module>div .text .text-container p{font-weight:600;margin-bottom:8px}.sticky-text-cards-module>div .cards{grid-gap:40px;display:grid;flex:1 1 66.66667%;grid-template-columns:calc(50% - 20px) calc(50% - 20px);justify-content:center}@media screen and (max-width:640px){.sticky-text-cards-module>div .cards{grid-gap:40px;grid-template-columns:100%}}.sticky-text-cards-module>div .cards .card{display:flex;flex-direction:column;position:relative}.sticky-text-cards-module>div .cards .card.elevated{box-shadow:0 2px 12px 0 rgba(50,71,92,.15)}.sticky-text-cards-module>div .cards .card img{display:block;height:100%;max-width:100%;object-fit:cover;object-position:center;width:100%}.sticky-text-cards-module>div .cards .card.flat img{border:1px solid #d6dade;border-bottom:none}.sticky-text-cards-module>div .cards .card .card-title{background-color:#fff;padding:16px 24px;text-align:center}.sticky-text-cards-module>div .cards .card.flat .card-title{border:1px solid #d6dade}.sticky-text-cards-module>div .cards .card .card-title a{text-decoration:underline}