Ill try and explain a bit better of what im trying to do.
I wanted to keep module "section-top" as i use that.
So i decided to clone it and call it "section-top2" thats all complete.
the reason why i want to do this is so i can change this .t3-section
padding-bottom: 144px; to 10px and padding-top: 144px; to 10px
which is located here: templates/ja_sensei/local/css/template.css line 5264
obviously if i change that it will change for "section-top" aswell.
So what i want is to copy and paste ".t3-section" and call it".t3-section2" then make it linked with "section-top2"
so i can add padding-bottom:10px and padding-top:10px
Hope this helps