.press-on-rich-text{background: #FFEBE9;background: linear-gradient(180deg, rgba(255, 235, 233, 0.00) 0%, #FFEBE9 59.62%);}
.press-on-rich-text .content-block{max-width: 710px;margin: 0 auto;position: relative}
.press-on-rich-text .content-block .section-heading{color: var(--color-4);margin-bottom: 50px;letter-spacing: 0.96px;}

@media screen and (max-width: 749px){
  .press-on-rich-text{background: transparent;position: relative;}
  .press-on-rich-text:before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: calc(100% + 60px);background: linear-gradient(180deg, #fff8f7 0%, #FFEBE9 30.77%);pointer-events: none;}
  .press-on-rich-text .content-block .section-heading{margin-bottom: 18px;letter-spacing: 0.6px;font-size: 16px;}
}