
.pr-help {
  margin: 40px 0;
  padding: 28px 32px;
  background: #f7f5f0;
  border-left: 3px solid #cdb985;
  border-radius: 8px;
  font-family: inherit;
}

.pr-help__label {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #a48e5c;
  font-weight: 600;
}

.pr-help__title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  color: #111;
}

.pr-help__text {
  max-width: 700px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.55;
  color: #333;
}

.pr-help__links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.pr-help__main,
.pr-help__phone {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.pr-help__main {
  color: #111;
}

.pr-help__phone {
  color: #a48e5c;
}

.pr-help__main:hover,
.pr-help__phone:hover {
  opacity: .7;
}

@media (max-width: 640px) {
  .pr-help {
    margin: 28px 0;
    padding: 22px 20px;
  }

  .pr-help__title {
    font-size: 21px;
  }

  .pr-help__links {
    display: block;
  }

  .pr-help__main,
  .pr-help__phone {
    display: block;
    margin-top: 12px;
  }
}
</style>