.section {
  position: static;
  display: block;
  max-width: 70em;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  font-family: 'Circularstd book', sans-serif;
  color: #17366a;
  font-size: 2.6em;
  line-height: 1.5em;
  letter-spacing: normal;
}

.body {
  margin-left: 0em;
  padding: 10em 8% 4em;
  background-color: #ffefe2;
  -webkit-transition: border-width 500ms ease, all 600ms ease;
  transition: border-width 500ms ease, all 600ms ease;
  color: #444;
}

.paragraph-2 {
  font-family: Circularstd, sans-serif;
  color: #17366a;
}

.link {
  opacity: 1;
  text-decoration: none;
}

.link-2 {
  border-bottom: 1px solid #ff5252;
  border-radius: 0px;
  direction: ltr;
  color: #17366a;
  text-decoration: none;
  cursor: pointer;
}

.link-2:hover {
  border-bottom-width: 1px;
  color: #ff5252;
}

.link-2.no-break {
  white-space: nowrap;
}

@media (max-width: 991px) {
  .paragraph {
    font-size: 2.5em;
    line-height: 1.4em;
  }
  .body {
    padding-top: 4.1em;
  }
}

@media (max-width: 767px) {
  .paragraph {
    font-size: 1.8em;
  }
  .body {
    padding-top: 2.8em;
  }
}

@media (max-width: 479px) {
  .paragraph {
    font-size: 1.4em;
  }
  .body {
    padding-top: 2em;
  }
}

@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}