.top-of-the-page{display:flex;flex-direction:column;align-items:flex-start;gap:12px;}
.totp-subtitle{display:inline-block;padding:2px 4px;background:var(--white-90);color:var(--gold);}
.totp-text-wrapper{line-height:140%;color:var(--black-60);}
.totp-text.active-full-desc .totp-short-desc,.totp-text.active-full-desc .read-more,
.totp-text:not(.active-full-desc) .totp-long-desc,.totp-text:not(.active-full-desc) .read-less{display:none;}
.totp-short-desc{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.totp-text-inr *{text-align:left!important;}
.totp-text-read{padding-top:4px;text-decoration:underline;}
@media(min-width:992px){
  .totp-text{padding:0;}
  .top-of-the-page h1{line-height:80%;}
}
@media(max-width:991px){
  .top-of-the-page h1{font-size:48px;}
  .totp-text{padding-top:10px;}
  .top-of-the-page h1{line-height:90%;}
}

