@import "bootstrap/variables.less"; h1 { font-size: 48px; } .elq-form .go-send { width: 100%; } .thankyou--seciton { h1 { font-size: 55px; margin-bottom: 30px; } .col-left { width: 47%; } .col-right { width: 53%; } } // difinitive section // --------------------- .difinitive { a { width: 263px; } } @media screen and (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { h1 { font-size: 40px; } .thankyou--seciton { h1 { font-size: 40px; } p { font-size: 18px; } .col-left { width: 47%; } .col-right { width: 53%; } } } @media screen and (max-width: @screen-xs-max) { h1 { font-size: 30px; } .thankyou--seciton { h1 { font-size: 30px; } } }