- Make use of Bootstrap classes Don’t create new custom classes if you can achieve something using Bootstrap class. Try to extract styling that is provided by bootstrap from custom class.
Eg: For example this custom class is not required at all. (eg: .service)
.service {
font-weight: bold;