.module.rows-image-blocks{width:100%}.module.rows-image-blocks>.image-blocks{display:grid;grid-template-columns:repeat(var(--row-contains),minmax(120px,360px));grid-gap:30px;justify-content:center;padding:var(--row-ptop) 15px var(--row-pbottom)}.module.rows-image-blocks>.image-blocks>.image-block.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:white;background-clip:border-box;margin:0}.module.rows-image-blocks>.image-blocks>.image-block.drop-shadow{box-shadow:0px 3px 15px rgba(69,69,69,20%)}.module.rows-image-blocks>.image-blocks>.image-block>a{color:initial;text-decoration:none}.module.rows-image-blocks>.image-blocks>.image-block .image{background-size:cover;background-position:center center;background-repeat:no-repeat;padding-bottom:100%}.module.rows-image-blocks>.image-blocks>.image-block .content{position:relative;padding:45px 30px 30px}.module.rows-image-blocks>.image-blocks>.image-block .content>.color-bar{content:'';height:20px;width:45%;background:var(--bgcolor);position:absolute;left:0;top:0}.module.rows-image-blocks>.image-blocks>.image-block .content>.headline{font-size:26px;color:var(--color)}.module.rows-image-blocks>.image-blocks>.image-block .content>.details{font-size:16px}@media(any-hover:hover){.module.rows-image-blocks>.image-blocks>.image-block.transition-3d-hover{transition:all .2s ease-in-out}.module.rows-image-blocks>.image-blocks>.image-block.transition-3d-hover:hover{transform:translateY(-3px);box-shadow:0px 10px 40px 10px rgba(69,69,69,20%)}}@media(max-width:1024.98px){.module.rows-image-blocks>.image-blocks>.image-block .content{padding:30px 15px 15px}}@media(max-width:799.98px){.module.rows-image-blocks>.image-blocks{grid-template-columns:1fr;padding:30px 15px}}