.contenedor-banners {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    gap: 2rem;
    padding: 0 2rem;
}

.banner {
    width: 20%;
    height: auto;
}

.banner img {
	margin-top: 2rem;
    width: 100%;
    height: auto;
    object-fit: cover;
}
