@import url('global.css');

/* ===================================================================
                CONTENT
=================================================================== */

.content-section {
    margin: 60px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    .content-section h1 {
        font-size: 3.5rem;
        line-height:3.2rem;
    }
    .content-section h2 {
        padding-top:20px;
        font-size: 2.5rem;
        line-height:2.2rem;
        padding-bottom:20px;
    }


    .content-section h3 {
        font-size: 1rem;
        line-height:1.2rem;
        color: black;
    }

    .content-section section.installation-midi {
        display: flex;
        gap: 20px
    }

        .content-section section.installation-midi article {
            flex: 0 0 50%;
        }


            .content-section section.installation-midi article img {
                width: 100%;
                height: auto;
                display: block;
            }

            .content-section section.installation-midi article h3 {
                font-size: 1.5rem;
                line-height:1.6rem;
                color: black;
                padding-top:5px;
                padding-left:10px;
            }

    .content-section section.installation-large {
        display: flex;
    }

        .content-section section.installation-large article {
            flex: 1;
        }

            .content-section section.installation-large article img {
                width: 100%;
                height: auto;
                display: block;
            }

            .content-section section.installation-large article h3 {
                font-size: 1.5rem;
                color: black;
                padding-top: 5px;
                padding-left: 10px;
                line-height: 1.6rem;
            }


/* ===================================================================
        RESPONSIVE - TABLET E MOBILE (max-width: 1480px)
=================================================================== */
@media (max-width: 1480px) {
}




/* ===================================================================
        RESPONSIVE - TABLET E MOBILE (max-width: 1279px)
=================================================================== */

@media (max-width: 1279px) {
}


/* ===================================================================
        RESPONSIVE - TABLET E MOBILE (max-width: 1120px)
=================================================================== */
@media (max-width: 1120px) {
}


/* ===================================================================
         RESPONSIVE - MOBILE PICCOLO (max-width: 1024px)
=================================================================== */

@media (max-width: 1024px) {
}

/* ===================================================================
         RESPONSIVE - MOBILE PICCOLO (max-width: 768px)
         =================================================================== */

@media (max-width: 768px) {

    .content-section h1 {
        font-size: 3rem;
        line-height: 3rem;
    }

    .content-section h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .content-section section.installation-midi {
        display: flex;
        flex-direction:column;
        gap: 20px
    }
}
/* ===================================================================
         RESPONSIVE - MOBILE PICCOLO (max-width: 478px)
         =================================================================== */

@media (max-width: 478px) {
    .content-section h1 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .content-section h2 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}
