#service {
  color: white;
  background-color: #4486c5;
  padding: 2rem 0;
}

.service-ls li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.service-ls li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 1rem;
  color: #00b47b;
  font-size: 1.5rem;
}
