.module-wrapper{display:block!important;width:100%}.overview-grid{display:grid;gap:24px;grid-template-columns:1fr;width:100%}.overview-box{align-items:stretch!important;border:1px solid #ddd;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.25);box-sizing:border-box;display:flex;flex-direction:row;gap:20px;min-height:300px;padding:20px;transition:transform .2s ease,box-shadow .2s ease}.overview-box h3{margin-bottom:20px;margin-top:20px}.overview-box:hover{box-shadow:0 16px 36px rgba(0,0,0,.35);transform:translateY(-6px)}.box-left{align-items:center;display:flex;width:40%}.box-image{border-radius:8px;height:auto;object-fit:cover;width:100%}.box-right{display:flex;flex-direction:column;justify-content:space-between;padding-left:0;width:60%}.box-text{margin-bottom:8px;margin-top:15px}.box-richtext-row{display:flex;gap:20px;margin-bottom:20px;margin-top:25px}.box-richtext{margin:0;padding:0}@media (max-width:768px){.overview-box{flex-direction:column;min-height:auto}.box-left,.box-right{padding-left:0;width:100%}.box-image{margin-bottom:6px;max-height:220px}.overview-box h3{font-size:24px;margin-bottom:12px;margin-top:4px}.box-richtext-row{display:flex;margin-bottom:0}}@media (max-width:480px){.box-image{max-height:200px}}