h1,
.h1 {
  letter-spacing: 2.52px;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  color: #aedef2;
  font-family: "Roboto", sans-serif;
  line-height: 1.375;
}
@media (min-width: 1200px) {
  h1,
.h1 {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.3;
  }
}
h1.alt,
.h1.alt {
  font-size: 2.5rem;
  line-height: 1.3;
  text-transform: none;
  color: #fff;
  font-family: "Weave", serif, sans-serif;
}
@media (min-width: 1200px) {
  h1.alt,
.h1.alt {
    font-size: 3.125rem;
    line-height: 1.24;
  }
}

h2,
.h2 {
  line-height: 1.3;
  margin-bottom: 1.4rem;
}
@media (min-width: 1200px) {
  h2,
.h2 {
    font-size: 3.75rem;
    line-height: 1.2;
    margin-bottom: 1.65rem;
  }
}
@media (min-width: 1200px) {
  h2.alt,
.h2.alt {
    font-size: 5rem;
    line-height: 6.625rem;
  }
}

h3,
.h3 {
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  h3,
.h3 {
    font-size: 3.125rem;
    line-height: 1.24;
    margin-bottom: 1.9rem;
  }
}

h4,
.h4 {
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  h4,
.h4 {
    font-size: 2rem;
    line-height: 1.25;
  }
}

h5,
.h5 {
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
@media (min-width: 1200px) {
  h5,
.h5 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

h6,
.h6 {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  color: #aedef2;
  text-transform: uppercase;
  letter-spacing: 2.52px;
}

.lead {
  font-family: "Weave", serif, sans-serif;
  line-height: 1.625;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.ff-secondary {
  font-family: "Weave", serif, sans-serif;
}

.inspiration-block_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .inspiration-block_posts .card-inspiration {
    min-height: 297px;
  }
}
@media (min-width: 768px) {
  .inspiration-block_posts .odd-row .card-inspiration {
    min-height: 320px;
  }
}
@media (max-width: 991.98px) {
  .inspiration-block .even-row {
    display: none;
  }
}

@media (min-width: 1200px) {
  .big-cell .card-quote .quote {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .big-cell .card-inspiration {
    min-height: 680px;
  }
}

.page-title {
  color: #fff;
  text-transform: capitalize;
}
