.list-of-items-1 {
  text-align: center;
}
.list-of-items-1 .title-wrapper {
  margin-bottom: 7rem;
}
.list-of-items-1 .list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 3.7rem 0 3rem;
  border-top: 1px solid var(--border);
  text-align: left;
}
.list-of-items-1 .list-item .title {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
.list-of-items-1 .list-item .value {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding-left: 2rem;
  text-align: right;
  font-weight: bold;
}
.list-of-items-1 .list-item:last-of-type {
  border-bottom: 1px solid var(--border);
}
.list-of-items-1 .btn {
  margin-top: 10rem;
}
/*Desktop: 1680*/
/*Desktop: 1400*/
@media (max-width: 1679px) {
  .list-of-items-1 .title-wrapper {
    margin-bottom: 6rem;
  }
  .list-of-items-1 .btn {
    margin-top: 9rem;
  }
}
/*Desktop: 1200*/
@media (max-width: 1399px) {
  .list-of-items-1 .title-wrapper {
    margin-bottom: 5rem;
  }
  .list-of-items-1 .list-item {
    padding: 3.2rem 0 2.8rem;
  }
  .list-of-items-1 .btn {
    margin-top: 8rem;
  }
}
/*Desktop: 992*/
/*Desktop: 768*/
/*Desktop: 576*/
/*Desktop: 425*/
/*Desktop: 320*/
