ul {
  list-style: none;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  width: 400px;
  text-align: center;
  list-style: inside;
  padding: 6px;
}
li {
  list-style: none;
  background-color: #c99e9486;
  align-items: center;
  border-radius: 6px;
  box-shadow: 1px 1px 4px black;
}
#service_des {
  text-align: center;
  margin: 15px;
  padding-bottom: 15px;
}
