I want to use this:
.box-03c1 p {line-height: 12.5px;padding: 15px 12px}
.box-03c2 p {line-height: 12.5px;padding: 15px 12px}
.box-03c3 p {line-height: 12.5px;padding: 15px 12px}
.box-03c4 p {line-height: 12.5px;padding: 15px 12px}
But I know there's some way to shorten it...
As you can see the parameters are repetitive.
Any clue?
I will really appreciate.
Thanks!