.banner-espacio-publico{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.banner-espacio-publico img{
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    border-radius: 20px;
}