.docs {
  list-style: none;
  padding: 0;
}

.docs li {
  background: white;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}