.agenda-section{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:center;padding:1rem}.agenda-box{align-items:center;background-color:rgba(0,0,0,.7);display:flex;flex-direction:column;justify-content:flex-start;padding:1rem;transition:transform .3s;width:300px}.agenda-box:hover{transform:scale(1.02)}.agenda-content{padding-top:.8rem;text-align:center}.agenda-icon{height:120px;margin-right:15px;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:120px}.agenda-content h3{color:#00e5ff;font-size:1.2em;font-weight:600}.agenda-content p{color:#b3f0ff;font-size:1rem}