#subContainer > ul > li {
  margin-bottom: 30px;
}

.service-list {
  width: 100%;
  border-top: 1px solid #ddd;
}
.service-list__row {
  display: grid;
  grid-template-columns: 20% 15% 35% 30%;
  border-bottom: 1px solid #ddd;
}
.service-list__row > div {
  padding: 16px 20px;
  border-right: 1px solid #ddd;
  line-height: 1.7;
}
.service-list__row > div:last-child {
  border-right: none;
}
.service-list__row--head {
  font-weight: 600;
  background: #f5f5f5;
}