@charset "utf-8"; // ver1.1.0 .prod_brand__header { h2 { small { font-size: 1rem !important; } } } .prod_brand__footer{ .btn { width: 40%; @media screen and (min-width:768px) and (max-width: 991px) { width: 50%; } @media screen and (min-width:576px) and (max-width: 767px) { width: 60%; } @media screen and (max-width:575px) { width: 100%; } } }