.agendas{display:flex;justify-content:space-evenly;flex-wrap:wrap}.agenda{background:#fff;border:2px solid #00007C;padding:10px;border-radius:10px;width:300px;cursor:pointer;margin-bottom:30px}.agenda-image{max-width:300px}.agenda-image img{width:100%}.agenda-title{text-align:center;color:#00007C;font-weight:700;margin-bottom:20px}.agenda-action{color:#FFF;background:#00007C;text-align:center;margin:30px 0}