.page-title span::before {
  background-image: url(../images/common/icon-card.svg);
}

.payment {
  margin: 64px auto 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 828px;
}

.payment__item-title {
  width: 160px;
  height: 40px;
  background-color: #e6f2fb;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 8px;
}

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