@media screen and (min-width: 768px) {
  /* H3 */
  .posts .post.big .post-title,
  .lp-sign-up__title {
    font-family: "Normalidad Wide";
    font-size: 30px;
    font-style: normal;
    font-weight: 350;
    line-height: 36px; /* 120% */
    letter-spacing: 5.4px;
    text-transform: uppercase;
  }

  .videos .posts .post.big .post-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.18em;
    margin-bottom: 14px;
  }

  /* H6 */
  .grid .post .post-title {
    font-family: "Normalidad Wide";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: 3.24px;
    text-transform: uppercase;
  }
  /* p.small */
  .post .posted {
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 146%; /* 23.36px */
  }
}

@media screen and (max-width: 767px) {
  /* H3 */
  .posts .post.big .post-title,
  .lp-sign-up__title {
    font-size: 20px;
    line-height: 24px;
  }
  .post .posted {
    font-size: 14px;
  }
}
