.hos-quote {
  padding: 56px 0;
}

.hos-quote__inner {
  text-align: center;
}

.hos-quote__label {
  margin: 0 0 10px;
  display: inline-block;
  color: #0f1115;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  padding: 8px 15px;
}

.hos-quote__quote {
  margin: 10px auto 0;
  max-width: 980px;
}

.hos-quote__quote-text {
  margin: 0;
  color: #ff7031;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.3;
  font-style: italic;
  font-weight: 400;
}

.hos-quote__footer {
  margin-top: 24px;
}

.hos-quote__author {
  margin: 0;
  color: #50576b;
  font-size: clamp(18px, 1.2vw, 24px);
  line-height: 1.2;
  font-weight: 500;
}

.hos-quote--long .hos-quote__quote-text {
  font-size: clamp(24px, 3.8vw, 20px);
}

.hos-quote--long .hos-quote__author {
  font-size: clamp(14px, 1.2vw, 18px);
}

.hos-quote__role {
  margin: 6px 0 0;
  color: #7e879c;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.25;
}

@media (max-width: 1000px) {
  .hos-quote {
    padding: 40px 0;
  }
}

@media (max-width: 640px) {
 

  .hos-quote__label {
    margin-bottom: 8px;
  }

  .hos-quote__quote {
    margin-top: 8px;
  }

  .hos-quote__footer {
    margin-top: 10px;
  }
}
