/**
 * Fichier  : /pages/homepage/section-4/assets/css/style.css
 * Fonction : style de la section 4 de la page d'accueil
 */


/* ==================================================
   SECTION
================================================== */

#prices {
    position: relative;
}

#prices {
    box-sizing: border-box;
    padding: 3em 8em;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media screen and (max-width: 1024px) {

    #prices {
        padding: 6em 20px;
    }

}