.component-faq-header {
  color: #ffffff;
  height: 330px;
  background: linear-gradient(180deg, #00adee 46%, #ffffff 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 50px;
}
.component-faq-header--title {
  font-size: 78px;
  font-weight: bold;
  line-height: 91px;
  text-align: right;
}
@media (max-width: 992px) {
  .component-faq-header {
    padding: 0 30px !important;
  }
  .component-faq-header--title {
    font-size: 50px !important;
    line-height: 60px !important;
  }
}
@media (max-width: 768px) {
  .component-faq-header {
    padding: 0 30px !important;
  }
  .component-faq-header--title {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}
