@media (min-width: 1200px) and (max-width: 1500px) and (max-height: 800px) {
 .content{
    gap: 5rem;
 }
 
    .sec p {
  line-height: 2em;
  font-size: 2rem;
  padding: 0;
 }

 .img {
  width: 150vw;
  min-width: 40vw;

 }
 .linea-runa-footer{
    width: 100%;
 }
  #sec1{
    width: 40vw;
    height: auto;
    aspect-ratio: 1/1;
 }
 #question{
  font-size: 2.5em;
 }
}
