.standing-identity {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
}

.standing-identity img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .24);
}

.product-heading {
  display: block;
}

.product-heading-icon {
  display: none;
}

.product-mark {
  place-items: center;
  background: transparent;
  color: var(--ink);
  border: 0;
  box-shadow: none;
}

.product-mark img {
  width: 136px;
  height: 136px;
  margin: 0;
  border-radius: 26px;
  box-shadow: 0 13px 30px rgba(3, 20, 37, .14);
}

@media (max-width: 640px) {
  .standing-identity {
    justify-content: center;
    margin-bottom: 18px;
  }

  .product-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .product-heading-icon {
    display: block;
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(3, 20, 37, .14);
  }

  .product-mark {
    display: none;
  }
}
