.agenda-sec-wrapper{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:center}.agenda-sec-card{background-color:rgba(0,0,0,.7);border-radius:1rem;box-shadow:0 5px 15px rgba(0,0,0,.35);display:flex;flex-direction:column;max-width:100%;padding:20px;transition:scale .3s;width:240px}.agenda-sec-card:hover{scale:1.05}.agenda-card-img-div{align-items:center;background-color:rgba(46,49,146,.3);border:2px solid #fff;border-radius:20px;display:flex;flex-direction:row;height:200px;justify-content:center;width:200px}.agenda-card-icon-img{max-width:140px}.agenda-card-text-div{display:flex;flex-direction:column;padding-top:2rem}.agenda-card-text-div h4{font-size:1.15rem;font-weight:600}.agenda-card-text-div p{font-size:1.1rem}