.layout-container .block-title {
  padding: 1.875rem 0 1.25rem 0;
}

.term-teaser .term-description,
.paragraph--hint {
  display: flex;
  gap: 0.5rem;
  position: relative;
}
.term-teaser h1 {
  margin: 0.25rem 0 0 0;
}
.field--name-field-par-h1 h1 {
  margin: 0.75rem 0 0 0;
}
.field--name-field-par-hint .hint-btn {
  align-items: center;
  background: #F2F2F2;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-family: Sero Pro, sans-serif;
  font-size: 13px;
  font-weight: 500;
  height: 1.25rem;
  justify-content: center;
  line-height: 17px;
  width: 1.25rem;
}
.field--name-field-par-hint.open .hint-btn {
  color: #0249A3;
}
.field--name-field-par-hint .hint-content {
  box-shadow: 0 0 6px 0 rgba(107, 106, 111, 0.25);
  border-radius: 0.625rem;
  background: #fff;
  display: none;
  left: 0;
  max-width: calc(100vw - 6.25rem);
  padding: 0.625rem 1.25rem;
  position: absolute;
  right: 0;
  top: 2rem;
  width: 100vw;
  z-index: 999;
}
.field--name-field-par-hint .hint-content * {
  font-size: .875rem;
  line-height: 1.125rem;
}
.field--name-field-par-hint.open .hint-content {
  display: block;
}

@media (min-width: 768px) {
  .layout-container .block-title {
    padding: 25px 0 28px 0;
  }

  .term-teaser h1,
  .field--name-field-par-h1 h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 44px;
    margin: 0;
  }
  .field--name-field-par-hint {
    flex-grow: 1;
    position: relative;
  }
  .field--name-field-par-hint .hint-btn {
    font-size: 11px;
    font-weight: 500;
    line-height: .875rem;
  }
  .field--name-field-par-hint .hint-content {
    left: 2rem;
    max-width: calc(100% - 4.5rem);
    top: -50%;
  }

}
@media (min-width: 1440px) {
  .layout-container .block-title {
    padding: 38px 0 .5rem 0;
  }

  .term-teaser h1,
  .field--name-field-par-h1 h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
  }
  .field--name-field-par-hint .hint-btn {
    font-size: 18px;
    font-weight: 500;
    height: 1.75rem;
    line-height: 23px;
    margin-top: -.375rem;
    width: 1.75rem;
  }
  .field--name-field-par-hint .hint-content {
    left: 2.75rem;
    max-width: calc(100% - 6.75rem);
    top: -75px;
  }
}