.FeatureCardsBlock .Cards{display:grid;gap:1rem;grid-template-columns:repeat(1,1fr)}.FeatureCardsBlock .Cards .Card{width:100%}.FeatureCardsBlock .Cards .Card .CardContents{height:100%;position:relative;transform-style:preserve-3d;transition:transform .6s;width:100%}.FeatureCardsBlock .Cards .Card .CardContents .Back{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:100%;bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;padding:3rem;position:absolute;right:0;text-align:center;top:0;transform:rotateY(180deg)}@media (any-hover:hover){.FeatureCardsBlock .Cards .Card:hover .CardContents{transform:rotateY(180deg)}}@media screen and (min-width:768px){.FeatureCardsBlock .Cards{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1280px){.FeatureCardsBlock .Cards{gap:3rem;grid-template-columns:repeat(3,1fr)}}