.landing-page {
  margin: 0 auto;
  display: grid;
}
.landing-page .profile__card h3 {
  width: 100%;
  line-height: 32px;
  font-weight: 700;
  font-family: Roboto Condensed, Heebo Regular, sans-serif;
  font-size: 28px;
}
.landing-page .profile__card a {
  line-height: 21px;
  font-size: 18px;
  color: white;
  text-decoration: none;
}
.landing-page h3[data-orientation=vertical] {
  width: 100%;
}

.seo-page__title {
  font-family: "Roboto Condensed", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  color: #991122;
  padding: 30px 0;
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .seo-page__title {
    text-align: left;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
  }
}

.seo-page__introduction {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding-bottom: 20px;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.seo-page__introduction a {
  color: #990000;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}

.order-list {
  padding-bottom: 20px;
}
.order-list li p {
  margin: 0;
  padding: 0 0 0 20px;
}

.seo-page__content {
  width: 100%;
  margin: auto;
  max-width: 800px;
  font-family: "Open Sans", serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .seo-page__content {
    width: 100%;
  }
}
.seo-page__content h2 {
  font-family: "Open Sans", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 20px;
}
.seo-page__content h3 {
  font-family: "Open Sans", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.seo-page__content h4 {
  font-family: "Open Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.seo-page__content p {
  font-family: "Open Sans", serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  padding-bottom: 30px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .seo-page__content p {
    padding-bottom: 20px;
  }
}
.seo-page__content a {
  color: #990000;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}

.seo-page__primary_image {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.seo-page__primary_image img {
  margin: auto;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .seo-page__primary_image img {
    width: calc(100% + 40px) !important;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 20px;
  }
}
.seo-page__primary_image .caption {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #666;
  padding: 5px 0 50px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .seo-page__primary_image .caption {
    display: none;
  }
}

.seo-page__primary-picture {
  margin: auto;
  max-width: 800px;
  padding-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .seo-page__primary-picture {
    width: calc(100% + 40px) !important;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.seo-page__seo-author {
  background-color: #f0f0f0;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .seo-page__seo-author {
    padding: 0;
    display: block;
    border-radius: 30px;
    margin-top: 50px;
  }
}
.seo-page__seo-author .image {
  box-sizing: border-box;
  width: 180px;
  height: 180px;
  display: table-cell;
}
.seo-page__seo-author .image img {
  box-sizing: border-box;
  width: 100%;
  border-radius: 30px;
  border: 10px solid white;
}
@media screen and (max-width: 768px) {
  .seo-page__seo-author .image {
    width: 240px;
    height: 240px;
    display: block;
    margin: 0 auto;
  }
}
.seo-page__seo-author .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .seo-page__seo-author .info {
    display: block;
    padding-left: 0;
    padding-top: 20px;
  }
}
.seo-page__seo-author p {
  line-height: 150%;
  margin: 0;
}
.seo-page__seo-author span {
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
}

/*# sourceMappingURL=landing-page.css.map */
