// Report Left Area .report-left{ float: left; background-color: $yellow; width: 225px; padding: 55px 30px 35px 0; text-align: right; .logo{ padding-bottom: 35px; } h5{ @include text-style($black, 400, 10pt, $sans); } h1{ @include text-style($purple, 700, 20pt, $sarif); margin: 10px 0; } .pagging{ @include text-style($purple, 700, 20pt, $sarif); padding-top: 320px; &.page-02{ padding-top: 335px; } } }