.container_evento .linha_evento{
    border: 1px solid #7a7a7a;
    border-radius: 12px;
    margin-bottom: 2em;
    margin-top: 2em;
}
.container_evento .linha_evento .coluna1{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
@media(max-width: 768px){
	align-items: center;
}
.container_evento .linha_evento .coluna3{
    align-items: center;
    display: flex;
    justify-content: center;
}
.container_evento .linha_evento .coluna3 button{
    padding: 1em;
    border-radius: 10px;
    width: 90%;
}
.btn-close{
    width: max-content;
}
.modal-footer button{
    width: max-content;
}