#bloque-tres-home-bloque-completo { width: 100%; display: flex; flex-wrap: nowrap; } #bloque-tres-home-imagenes { width: 70%; display: flex; } #bloque-tres-home-desk-picture { width: 100%; display: block; } #bloque-tres-home-mobile-picture { display: none; width: 100%; } #bloque-tres-home-enlace-imagen { width: 100%; } #bloque-tres-home-texto { width: 30%; margin-left: 2%; } #bloque-tres-home-texto-h3 { font-weight: 700; font-size: 24px; letter-spacing: 0.5px; line-height: 30px; width: 100%; margin-bottom: 5%; margin-top: 60%; } #bloque-tres-home-texto-p { font-weight: 400; font-size: 24px; letter-spacing: 0.5px; width: 100%; } #bloque-tres-home-enlace a{ font-weight: 400; font-size: 24px; text-decoration: underline; } @media (max-width: 769px) { #bloque-tres-home-bloque-completo { width: 100%; display: block; } #bloque-tres-home-desk-picture { display: none; width: 100%; } #bloque-tres-home-mobile-picture { display: block; width: 100%; } #bloque-tres-home-imagenes { width: 100%!important; } #bloque-tres-home-texto { margin-left: 0!important; width: 100%; text-align: center; } #bloque-tres-home-texto-p { text-align: center; width: 100%!important; } #bloque-tres-home-texto-h3 { text-align: center; margin-top: 10%; } #bloque-tres-home-enlace { text-align: center; } }