.l-content__main {
  width: 100% !important;
  background-color: #fff; }

.article-header-full-width h1 {
  text-shadow: 0 3px 6px #888; }

@media (min-width: 768px) {
  .article-body {
    padding: calc(8px * 5) calc(8px * 10); } }
@media (max-width: 767px) {
  .article-body {
    padding: calc(8px * 5) calc(8px * 2); } }
.article-body section:not(:last-of-type) {
  margin: calc(8px * 11) auto; }
.article-body section:first-of-type {
  margin-top: 0 !important; }
.article-body section > div:not(:last-child) {
  margin-bottom: calc(8px * 5); }
.article-body h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: calc(8px * 7);
  padding-bottom: calc(8px * 2);
  color: #030755;
  text-align: center;
  font-size: calc(8px * 4); }
  .article-body h2::after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: calc(8px * 5);
    height: 3px;
    margin: auto;
    background-color: #DFE4F0;
    border-radius: 1px;
    content: ''; }
.article-body h3 {
  margin-top: calc(8px * 3);
  margin-bottom: calc(8px * 3);
  padding-bottom: 8px;
  border-bottom: 1px solid #009eb2;
  color: #030755;
  font-size: calc(8px * 3); }
.article-body dt {
  font-weight: bold; }
