#info {
    background: #381313;
    color: #ffffff;
    text-align: center;
    /*border: 1px solid green;*/
}

#info .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*border: 1px solid white;*/
}

.info-acts {
    margin: 20px;
}

.info-acts img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    /*border: 5px solid #ffffff;*/
}