body {
  color: rgb(30, 30, 38);
  font-size: 16px;
  font-family: 'Catamaran', Arial, sans-serif;
}

figure {
  margin: 0;
}

.header {
  background-color: rgb(241, 241, 242);
  padding: 20px 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header-logo-pict {
  width: 130px;
}

.header-logo-pict svg {
  width: 100%;
}

.section {
  margin-top: 120px;
}


.section .section-title {
  text-align: center;
}

.article {
  margin: 30px 0 70px;
}

.article h3 {
  font-weight: 600;
}

.article p, .article ul li, .article ol li {
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: rgba(30, 30, 38, 0.7);
}

.article ul li, .article ol li {
  margin-bottom: 15px;
}

.article .p-upper {
  text-transform: uppercase;
}

.article .p-under {
  text-decoration: underline;
}

.article .p-bold {
  font-weight: 600;
}

.sub-article h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

.footer {
  background-color: rgb(30, 30, 38);
  height: 90px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .header-logo-pict {
    margin: auto;
  }
}
