/* why jera section */
.component-heading-text > div > * > p {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  line-height: 130% !important;
  letter-spacing: -0.25px !important; }

@media (min-width: 768px) {
  .component-heading-text > div > * > p {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    line-height: 140% !important; } }

@media only screen and (max-width: 1023px) {
  .component-heading-text .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 4.5rem;
    -ms-grid-columns: none;
        grid-template-columns: none; }
    .component-heading-text .wrapper .component-heading-text__title {
      -ms-grid-columns: none;
          grid-template-columns: none;
      letter-spacing: -1px;
      line-height: 110%;
      font-size: 3rem; }
    .component-heading-text .wrapper .component-heading-text__content {
      margin-top: 2rem;
      padding: 0; }
      .component-heading-text .wrapper .component-heading-text__content p {
        font-size: 1.25rem !important;
        line-height: 130% !important;
        letter-spacing: -0.25px !important; } }
