.cardsEvent{
    display: flex;
    justify-content: center;
}
.card{
    margin: 10px;
}
.card img{
    border-radius: 20px!important;
    padding: 10px;
}
.h5, h5{
    color: #093B59!important;
    text-align: center!important;
    font-size: 18px!important;
    font-weight: bold!important;
}
p{
    color: #123c5d!important;
    text-align: justify!important;
}
.btn{
    color: #123c5d!important;
    background-color: #7ba7ae;
    border-radius: 10px!important;
    font-weight: bold!important;
}