.paragraphs-with-sidebar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: clamp(3.429rem, 2.698rem + 2.132vw, 5rem); }
  .paragraphs-with-sidebar-paragraphs {
    width: 100%;
    overflow: hidden; }
    .paragraphs-with-sidebar-paragraphs > h2 {
      text-align: center; }
    .paragraphs-with-sidebar-paragraphs > section:first-child {
      margin-top: 0; }
    .paragraphs-with-sidebar-paragraphs > section:last-child {
      margin-bottom: 0; }
  .paragraphs-with-sidebar-sidebar {
    width: 100%;
    display: flex;
    flex-direction: column; }
  @media only screen and (min-width: 1280px) {
    .paragraphs-with-sidebar {
      padding-inline: 3.428rem; }
      .paragraphs-with-sidebar-paragraphs {
        width: calc(100% - 320px);
        margin-right: 20px; }
        .paragraphs-with-sidebar-paragraphs section > .inside {
          width: 100%;
          margin: 0;
          max-width: none;
          padding-left: clamp(1rem, -23.433rem + 26.724vw, 5.429rem); }
      .paragraphs-with-sidebar-sidebar {
        position: sticky;
        width: 300px;
        height: 100%;
        top: calc(var(--header-height) - 2.5rem); }
        .paragraphs-with-sidebar-sidebar .body-content-ad-container:not(:last-child) div[data-google-query-id] {
          margin-bottom: 3.428rem; } }
  @media only screen and (max-width: 1279.98px) {
    .paragraphs-with-sidebar-sidebar .body-content-ad-container div[data-google-query-id] {
      margin-top: 3.428rem; } }

/*# sourceMappingURL=paragraphs-with-sidebar.css.map */
