/* Container simple para centrar sin restringir tamaño */
.banner-marco-autoridad {
display: flex;
justify-content: center;
/* Eliminamos padding extra para que la imagen use todo el espacio real */
margin: 40px auto;
width: 95%; /* Un peq
* {
box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.columnb {
float: left;
width: 50%;
padding: 10px;
height: 260px; /* Should be removed.