.page-title span::before {
  background-image: url(../images/top/icon-calendar.svg);
  filter: brightness(100);
}

.page-wrapper {
  padding-bottom: 134px;
}

.reserve {
  margin: 64px auto 0;
  max-width: 828px;
}

.reserve-list {
  margin: 24px auto;
  background-color: #f7f7f7;
  padding: 16px 9.5px 16px 18px;
  font-size: 16px;
  line-height: 1.75;
  border-radius: 6px;
}

.reserve-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reserve-list__item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

@media (min-width: 768px) {
  .reserve {
    margin-top: 80px;
  }

  .page-wrapepr {
    padding-bottom: 150px;
  }
}
