#announce-ban{
background-color:#385FB8;
color:white;
padding:1rem;
font-size:2rem;
text-align:center;
}
#announce-ban a{
font-size:2rem;   
color:white;
text-decoration:underline;

}

#announce-ban a:hover{

}
#m-title{
padding:4rem;
text-align:center;
}
#m-title p{

}
.pd4-r{
padding:4rem;
}
.dv-t{
font-size:2rem;
text-align:center;

}
.glir img{
width:100%;
height:200px;
}


.image-row {
display: flex;
justify-content: center;
}

.image {
width: 200px; /* Ajusta el tamaño según tus necesidades */
height: 200px; /* Ajusta el tamaño según tus necesidades */
object-fit: cover;
margin: 0 10px; /* Espacio entre las imágenes */
}

.bigger-image {
width: 250px; /* Ajusta el tamaño según tus necesidades */
height: 250px; /* Ajusta el tamaño según tus necesidades */
}

.column-container {
display: flex;
justify-content: nones;
}

.column1 {
flex-grow: 1;
height: 200px; /* Ajusta el tamaño según tus necesidades */
background-color: #ccc; /* Color de fondo de las columnas */
margin: 0 10px; /* Espacio entre las columnas */
}
.column {
flex-basis: 33.33%; /* 100% dividido por el número de columnas */
height: 200px; /* Ajusta el tamaño según tus necesidades */
background-color: #ccc; /* Color de fondo de las columnas */
}

.bigger-column {
flex-grow: 2;
}
.glir_o img{
width:100%;
}
.column h4,p{
margin:1.5rem;
}
