.list-item__content {
  margin-bottom: 10vh;
}

.list-item__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
}

@media screen and (max-width: 768px) {
  .list-item__button {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 1.2;
  }
}