Service 1
<x-layout>
<div class="ds-service-1">
<p>Service 1</p>
</div>
</x-layout>
Edit markup
.ds-service-1 {
background: green;
}
Edit CSS