.top-background {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/top_SERVICE.png);
}
.service-desc {
  text-align: center;
  margin-bottom: 80px;
  line-height: 200%;
}

ul {
  border-top: 1px solid #dddddd;
}

ul > li {
  display: flex;
  justify-content: space-between;
  align-items: unset;
  border-bottom: unset;
  padding-bottom: 43px;
}

li > div {
  width: 452px;
}

li > div > h4 {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 24px;
}
