.parallax-cards-module{color:#333;font-family:Montserrat,sans-serif;overflow:hidden;padding:100px 20px;position:relative}.parallax-cards-module__background{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.parallax-cards-module__overlay{background:rgba(0,0,0,.4);height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.parallax-cards-module__content-wrapper{margin:0 auto;max-width:1200px;position:relative;z-index:3}.parallax-cards-module__grid{display:grid;gap:30px;justify-content:center}.cards-grid-1{grid-template-columns:minmax(0,600px)}.cards-grid-2{grid-template-columns:repeat(2,1fr)}.cards-grid-3{grid-template-columns:repeat(3,1fr)}.cards-grid-4{grid-template-columns:repeat(4,1fr)}.parallax-cards-module__card{background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.15);opacity:0;padding:40px 30px;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.parallax-cards-module__card.is-visible{opacity:1;transform:translateY(0)}.parallax-cards-module__title{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-bottom:15px}.parallax-cards-module__richtext{color:#555;font-size:1rem;line-height:1.6}@media (max-width:991px){.cards-grid-2,.cards-grid-3,.cards-grid-4{grid-template-columns:1fr;margin:0 auto;max-width:600px}.parallax-cards-module{padding:60px 20px}.parallax-cards-module__background{background-attachment:scroll}}