.spc-header {
  margin-left: auto;
  margin-right: auto; }

.spc-inner {
  max-width: 1240px;
  margin: auto;
  padding: 3rem 40px; }
  @media screen and (max-width: 839px) {
    .spc-inner {
      padding: 2rem 20px; } }
.spc-wrap {
  position: relative; }
  .spc-wrap .btn.subscribe {
    font-size: 16px; }
  .spc-wrap .text-muted {
    font-size: 14px;
    color: #9ea0a3; }
.spc-mailto {
  max-width: 460px;
  display: block;
  margin: 0 auto 20px auto;
  padding: 0 20px 20px;
  text-align: center;
  font-weight: 500; }
  .spc-mailto a {
    color: #1c00ff;
    text-decoration: none; }
    .spc-mailto a:hover {
      text-decoration: underline; }
  .spc-mailto:before {
    content: '';
    display: block;
    margin: 0 auto 20px;
    width: 50px;
    height: 2px;
    background: #00ffce; }
.spc-header {
  position: relative;
  text-align: center;
  max-width: 780px;
  padding: 70px 20px 0; }
  .spc-header__title {
    color: #2f2b42;
    font-size: 32px;
    font-family: "Nitti PX", monospace;
    text-transform: uppercase;
    margin-bottom: 8px; }
    @media screen and (max-width: 479px) {
      .spc-header__title {
        font-size: 25px; } }
  .spc-header__description {
    margin: auto;
    margin-bottom: 14px;
    line-height: 1.5;
    font-size: 16px;
    font-family: "Graphik LCG", "Helvetica", "Arial", sans-serif;
    color: #71777d;
    max-width: 560px; }
.spc-main {
  position: relative; }
.spc-tags {
  font-family: 'Roboto Condensed';
  margin-bottom: 20px;
  text-transform: uppercase; }
  @media screen and (max-width: 979px) {
    .spc-tags {
      text-align: center;
      padding-left: 20px;
      padding-right: 20px; } }
  .spc-tags .spc-tag {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    margin-right: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px; }
    .spc-tags .spc-tag.current {
      background: #1c00ff; }
    @media screen and (max-width: 659px) {
      .spc-tags .spc-tag {
        margin-right: 5px;
        padding: 3px 5px; } }
.spc-grid {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap; }
  .spc-grid:after {
    content: '';
    display: block;
    clear: both; }
  .spc-grid-wrap {
    overflow: hidden;
    padding-top: 50px; }
  .spc-grid__item {
    position: relative;
    width: 33.3333%;
    height: 500px;
    padding: 0 20px;
    border-left: 1px solid #d1d1d4;
    margin-bottom: 50px;
    margin-top: 50px; }
    @media screen and (max-width: 839px) {
      .spc-grid__item {
        width: 50%;
        height: 470px; } }
    @media screen and (max-width: 639px) {
      .spc-grid__item {
        float: none;
        width: 100%;
        height: inherit;
        height: auto; } }
    .spc-grid__item:before {
      content: '';
      display: block;
      position: absolute;
      left: -1px;
      right: -1px;
      top: -50px;
      border-top: 1px solid #d1d1d4; }
.spc-book {
  font-size: 16px;
  text-align: center; }
  @media screen and (max-width: 639px) {
    .spc-book {
      line-height: 1.2em; } }
  .spc-book__cover {
    position: relative;
    max-width: 250px;
    margin: auto;
    margin-bottom: 38px; }
    .spc-book__cover span {
      position: relative;
      display: block;
      padding-bottom: 140%;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 1; }
  .spc-book__title {
    font-family: "Graphik LCG Bold", sans-serif;
    color: #2f2b42;
    display: none; }
  .spc-book__author {
    color: #090909;
    font-family: "Graphik LCG", "Helvetica", "Arial", sans-serif;
    font-size: 16px; }
  .spc-book__description {
    font-family: "TRY Vesterbro", "Time New Roman", serif;
    opacity: 0.96;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    color: #151515;
    margin-bottom: 6px; }

/*# sourceMappingURL=books.css.map */
