.module-events{background:linear-gradient(to bottom,transparent,#ccddeb);padding:0 20px;padding-bottom:20px;min-height:calc(100vh - 210px)}.module-events .events{display:flex;flex-wrap:wrap;justify-content:center;width:100%;gap:30px}.module-events .events .event-card{background:#fff;border:10px solid #fff;border-radius:15px;box-shadow:0 2px 5px rgba(0,0,0,.1);width:calc((100% / 3) - 30px);overflow:hidden;display:flex;flex-direction:column;height:100%;min-height:420px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.module-events .events .event-card:hover{transform:scale(1.02);box-shadow:0 4px 15px rgba(0,0,0,.5)}.module-events .events .event-card img{width:100%;height:200px;object-fit:cover;border-radius:10px 10px 0 0;margin-bottom:-30px}.module-events .events .event-card h3{margin:0;padding:15px;font-size:1.5em;color:#333;background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%)}.module-events .events .event-card p{padding:0 15px;color:#666}.module-events .events .event-card a{margin-top:auto!important;margin-bottom:0;display:block;padding:10px;text-align:center;background:#4c7880;color:#fff;text-decoration:none;border-radius:0 0 8px 8px;display:inline-block;transition:background .3s ease,transform .3s ease}.module-events .events.event-card a:hover{background:#c7833a}@media (max-width:1050px){.module-events .events .event-card{width:calc((100% / 2) - 30px)}}@media (max-width:800px){.module-events .events{display:flex;flex-direction:column}.module-events .events .event-card{width:100%}}.module-events .translucent-background{border-radius:20px;padding:20px;margin-top:40px;background-color:rgba(255,255,255,.5);display:inline-block}.module-events .translucent-background h1{color:#446075}