.seoWrapper {
  border-radius: 5px;
  background: #161616;
  padding: 4rem;
  font-family: "Nunito Sans";
}
.seoWrapper h1 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.seoWrapper h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.seoWrapper h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.seoWrapper h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.seoWrapper h5 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.seoWrapper .seo-content p {
  font-size: 1.6rem;
  color: #B8B8B8;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.seoWrapper .seo-content ol {
  list-style: decimal;
}
.seoWrapper .seo-content ol li {
  font-size: 1.6rem;
  color: #B8B8B8;
  line-height: 1.5em;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.seoWrapper .seo-content ol ul {
  margin: 1em 0;
  list-style: disc;
}
.seoWrapper .seo-content ul {
  list-style: disc;
}
.seoWrapper .seo-content ul li {
  font-size: 1.6rem;
  color: #B8B8B8;
  line-height: 1.5em;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 550px) {
  .seoWrapper {
    padding: 1.5rem;
  }
  .seoWrapper h1 {
    font-size: 2rem;
    font-weight: 600;
  }
  .seoWrapper h2 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .seoWrapper h3 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .seoWrapper h4 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .seoWrapper h5 {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .seoWrapper .seo-content p {
    font-size: 1.4rem;
  }
  .seoWrapper .seo-content ol li {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .seoWrapper .seo-content ol ul {
    margin: 1em 0;
  }
  .seoWrapper .seo-content ul li {
    font-size: 1.4rem;
  }
}
.seoWrapper.error404 {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.seoWrapper.error404 img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.seoWrapper.error404 .errorBG {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.seoWrapper.error404 .floatingText {
  position: relative;
  z-index: 2;
  width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 8rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .seoWrapper.error404 .floatingText {
    width: calc(100% - 2.8rem);
    padding: 3rem 0 0 0;
  }
}
.seoWrapper.error404 .floatingText h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
}
.seoWrapper.error404 .floatingText .seo-content {
  margin-bottom: 3rem;
}
.seoWrapper.error404 .floatingText a {
  display: inline-block;
  font-size: 2.2rem;
  color: #000;
  background: #FEA827;
  padding: 0.8rem 3rem;
  border-radius: 2.2rem;
}
.seoWrapper.error404 .floatingText .errorMsg {
  font-size: 30rem;
  font-weight: bold;
  color: #2E2E2E;
  opacity: 0.7;
  margin-top: 10rem;
  margin-bottom: -4.5rem;
}
@media screen and (max-width: 767px) {
  .seoWrapper.error404 .floatingText .errorMsg {
    font-size: 15rem;
    margin-top: 1.5rem;
    margin-bottom: 0rem;
  }
}