p {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.7;
    height: auto;
    margin: 0 0 1.2em 0;
    padding: 20px 40px 20px 0;
}

article img {
    max-width: 700px !important;
    width:100% !important;
    height: auto;
    display: block;
    margin: 0 auto;
}

.linea {
    border: 1px solid lightgray;
    margin: 20px 0;
    height: 1px;
    width: 100%;
}

article {
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    color: #333;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 200px;
    box-sizing: border-box;
    height: auto;
}

h1, h2, h3 {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    color: #333;
    height: auto;
    padding: 0;
    margin: 0 0 0.7em 0;
    line-height: 1.15;
}

h1 {
    font-size: 3.2rem;
    margin-top: 100px;
    margin-bottom: 50px;
}
h2 {
    font-size: 2.1rem;
}
h3 {
    font-size: 1.3rem;
}

/* Responsive styles */
@media (max-width: 1024px) {
    article {
        padding: 56px 24px;
    }
    h1 {
        font-size: 2.4rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    h3 {
        font-size: 1.1rem;
    }
    p {
        font-size: 0.98rem;
    }
}

@media (max-width: 600px) {
    article {
        padding: 32px 8px;
    }
    h1 {
        font-size: 1.65rem;
    }
    h2 {
        font-size: 1.18rem;
    }
    h3 {
        font-size: 1rem;
    }
    p {
        font-size: 0.94rem;
    }
}