.estimate__header {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.estimate__header-subtitle {
  font-weight: bold;
  margin-bottom: 20px;
}

.estimate__header-row {
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
}

.estimate__header-content > :last-child {
  margin-bottom: 0;
}

.estimate__discount {
  --arrow-size: 22px;
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  display: block;
  padding: 8px 10px 8px calc(var(--arrow-size) + 8px);
  background: var(--light-grey-bg);
  color: var(--main-color);
  clip-path: polygon(0 50%, var(--arrow-size) 0, 100% 0, 100% 100%, var(--arrow-size) 100%);
}

.estimate__footer {
  margin-top: 60px;
}

.estimate__links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 8px;
}

@media (max-width: 1199.98px) {
  .estimate__header-row {
    column-gap: 15px;
  }

  .estimate__discount {
    --arrow-size: 12px;
    font-size: 22px;
    line-height: 30px;
    padding: 5px 5px 5px calc(var(--arrow-size) + 5px);
  }

  .estimate__footer {
    margin-top: 40px;
  }

  .estimate__links {
    column-gap: 40px;
  }
}
