.requirement-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  line-height: 2;
}

.requirement-buttons .btn {
  line-height: 2 !important;
}

.requirenment {
  list-style-type: none;
  margin-bottom: 30px;
  color: var(--primary);
  font-weight: bold;
}

.requirenment li {
  padding: 0.5em 0;
  padding-left: 1em;
  text-indent: -1em;
  list-style-image: url("../assets/bullet-arrow.svg");
  padding-right: 10px;
}

.requirenment li::marker {
  font-size: 2em;
  transform: translateY(0px);
}

.requirement-text-section {
  box-sizing: border-box;
  max-width: 650px;
  margin-left: auto;
  margin-bottom: 3em;
}

.discount-number {
  background-color: var(--primary-dark);
  color: white;
  position: absolute;
  left: calc(50% + 120px);
  top: -50px;
  padding: 10px 28px;
}

@media only screen and (max-width: 500px) {
  .discount-number {
    position: static;
  }
}
