.paragraph--section {
  scroll-padding-top: 100px;
  scroll-margin-top: 100px;
}

.paragraph--section.with-view {
  background: #F6F6F6;
  padding: 30px 0;
}

.paragraph--section__heading {
  font-size: 29px;
  line-height: 120%;
  font-weight: 700;
  color: #003262;
  margin-bottom: 16px;
  letter-spacing: .03em;
}

.paragraph--section a.anchor {
  text-decoration: none !important;
  background: none !important;
}

.paragraph--section__subheading {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #003262;
  margin: 24px 0;
  letter-spacing: .03em;
}

.paragraph--section__content {
  color: #002547;
  background: none;
  font-weight: 400;
}

.paragraph--section__content p,
.paragraph--section__content p.default,
.paragraph--section__content ul li,
.paragraph--section__content ol li {
  font-size: 18px;
  line-height: 28.8px;
 font-size: 1.2rem;
 line-height: 1.92rem;
}

.paragraph--section__content p.large {
  font-size: 20px;
  line-height: 32px;
 font-size: 1.335rem;
 line-height: 2.13rem;
}

.paragraph--section__content p.small {
  font-size: 15px;
  line-height: 21px;
}

.paragraph--section__content ul {
  font-size: 18px;
  line-height: 28.8px;
 font-size: 1.2rem;
 line-height: 1.92rem;
}

.paragraph--section__content .container {
  display: grid;
  gap: 130px;
  row-gap: 0;
}

.paragraph--section__sidebar {
  margin-top: 32px;
}

.paragraph--section__sidebar > div {
  margin-bottom: 32px;
}


@media (min-width: 1024px) {
  .paragraph--section.with-view {
    padding: 60px 0;
  }

  .paragraph--section__content .container {
    gap: 60px;
    row-gap: 0;
  }

  .paragraph--section__content.layout--66-33 .container {
    grid-template-columns: 2fr 300px;
  }

  .paragraph--section__content.layout--33-66 .container {
    grid-template-columns: 1fr 2fr;
  }

  .paragraph--section__content.layout--50-50 .container {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph--section__sidebar {
    margin-top: 0;
  }

  .paragraph--section__sidebar > div {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .paragraph--section__heading {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 1280px) {
  .paragraph--section__content .container {
    gap: 130px;
    row-gap: 0;
  }
}

