.reymak-qs-fila { display: flex; gap: 30px; align-items: flex-start; flex-wrap: wrap; } .reymak-collage { flex: 1 1 400px; max-width: 480px; } .reymak-qs-texto { flex: 1 1 350px; } .reymak-collage-grande img { width: 100%; height: 220px; object-fit: cover; object-position: top center; border-radius: 10px; display: block; } .reymak-collage-fila { display: flex; gap: 10px; margin-top: 10px; } .reymak-collage-fila img { width: 50%; height: 130px; object-fit: cover; object-position: top center; border-radius: 10px; display: block; } @media (max-width: 768px) { .reymak-qs-fila { flex-direction: column; } }