.theme-paragraph-text {
  display: -webkit-box;
  display: flex;
  box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 1;
  flex: auto; }
  .theme-paragraph-text .theme-field-body {
    flex-basis: 100%;
    position: relative;
    overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-text .theme-field-body {
        margin: 0; } }
    .theme-paragraph-text .theme-field-body-content {
      scrollbar-width: thin; }
  .home-page .theme-paragraph-text a {
    color: #ffb400; }
