.component-title {
  font-family: GaspoSlab, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  @media (min-width: 768px) {
    font-size: 40px;
  }
  @media (min-width: 1200px) {
    font-size: 48px;
  }
}
.component-title-color-orange {
  color: #e76127;
}
.component-title-color-orange *{
  color: #e76127;
}

.component-title-color-blue {
  color: #006680;
}

.component-title-color-blue * {
  color: #006680;
}
