/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*HERO*/
@media (max-width: 1199px) {
    .pwr-hero__info-box {
        width: calc(100% - 40px);
    }
}/* fine media query */


/* FOOTER: riduci padding footer mobile */
@media only screen and (max-width: 767px) {
.pwr-footer .pwr-adc__content-wrapper--padding, div[class*=adc__col--width-] {padding: 20px 30px!important;}
    }
}
/* fine media query */