.page404__container, .contentPage__container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 1400px) {
  .page404__container, .contentPage__container {
    max-width: 1340px;
  }
}

.contentPage p {
  line-height: 1.7;
  padding-bottom: 20px;
}
@media only screen and (min-width: 765px) {
  .contentPage p {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .contentPage p {
    line-height: 1.8;
    padding-bottom: 30px;
  }
}
.contentPage p strong {
  font-weight: 500;
}
.contentPage p a {
  color: #0e131f;
  text-decoration: underline;
  transition: color 0.5s;
}
@media only screen and (min-width: 1200px) {
  .contentPage p a:hover {
    color: #e67e22;
  }
}
.contentPage ul, .contentPage ol {
  margin: 0 0 10px 20px;
}
.contentPage ul li, .contentPage ol li {
  list-style: disc;
  padding-bottom: 10px;
  line-height: 1.5;
}
@media only screen and (min-width: 765px) {
  .contentPage ul li, .contentPage ol li {
    padding-bottom: 12px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1200px) {
  .contentPage ul li, .contentPage ol li {
    padding-bottom: 15px;
    line-height: 1.7;
  }
}
.contentPage ul li strong, .contentPage ol li strong {
  font-weight: 500;
}
.contentPage ol li {
  list-style: decimal;
}
.contentPage h2 {
  font-weight: 500;
  padding-bottom: 5px;
  font-size: 24px;
}
@media only screen and (min-width: 765px) {
  .contentPage h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .contentPage h2 {
    font-size: 28px;
  }
}
.contentPage h3 {
  font-weight: 500;
  padding-bottom: 5px;
  font-size: 18px;
}
@media only screen and (min-width: 765px) {
  .contentPage h3 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .contentPage h3 {
    font-size: 24px;
  }
}

.page404 {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .page404 {
    padding-bottom: 50px;
  }
}
.page404__title {
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 30px;
}
@media only screen and (min-width: 765px) {
  .page404__title {
    font-size: 28px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .page404__title {
    font-size: 32px;
    padding-bottom: 50px;
  }
}
.page404__list {
  padding-bottom: 25px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (min-width: 765px) {
  .page404__list {
    max-width: none;
    margin: 0;
    padding-bottom: 40px;
  }
}
.page404__list__title {
  font-size: 20px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 765px) {
  .page404__list__title {
    font-size: 22px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .page404__list__title {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
.page404__list__list {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 765px) {
  .page404__list__list {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
}
.page404__list__list__link {
  margin-bottom: 5px;
  background-color: #f6f7f8;
  padding: 7px 12px;
  border-radius: 4px;
  color: #0e131f;
  font-size: 14px;
  transition: color 0.5s, background-color 0.5s;
}
@media only screen and (min-width: 765px) {
  .page404__list__list__link {
    width: calc(33.3333% - 10px);
    margin: 0 5px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .page404__list__list__link {
    width: calc(25% - 10px);
    margin: 0 5px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .page404__list__list__link:hover {
    background-color: #149547;
    color: #ffffff;
  }
}

.error404 .innerIntro, .about-page .innerIntro, .privacy-policy-page .innerIntro {
  margin-bottom: 60px;
}
@media only screen and (min-width: 765px) {
  .error404 .innerIntro, .about-page .innerIntro, .privacy-policy-page .innerIntro {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .error404 .innerIntro, .about-page .innerIntro, .privacy-policy-page .innerIntro {
    margin-bottom: 100px;
  }
}

/*# sourceMappingURL=pages-content.css.map */