.responsive {
    width: 70%;
    height: auto;
}

.participarzx {
    color: aquamarine;
    background-color: blue;
}


@media(max-width: 992px) {
    .participarx {
        
        margin-top: 10px;
        text-align: center
    }
}