@import "elements/variables"; @import "elements/banner-lead"; @import "elements/cards"; .banner-lead{ &-text{ p, h1{color: @white} } &-form{ p{margin: 0; text-transform: uppercase;font-family: 'open_sansbold';font-size: 14px; @media(min-width: @screen-sm){color: @white; text-align: center} } .btn{ @media(max-width: @screen-xs-max){text-transform: none; margin: 0} @media(min-width: @screen-sm){margin: 1em 0 0; border-color: @white;.box-shadow(none)} .icoCharte{margin-right: 10px;} } } } #footer{margin: 0} .page{background: @bg-body; padding-bottom: 25px}