/* =========================================================
   POWERFUL — SITE STYLES
   Clean version
   ========================================================= */


/* ---------- Article reading column ---------- */

.t-text__container {
  max-width: 720px !important;
  margin: 0 auto;
  padding: 0 20px;
}


/* ---------- Article typography ---------- */

/* Opening paragraph */
.pb-article-opening p:first-child {
  font-size: 20px;
  line-height: 1.75;
}


/* H2 */
.t-text h2 {
  margin-top: 80px;
  margin-bottom: 24px;

  font-family: "TT Ramillas", serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;

  color: #210821;
}


/* H3 */
.t-text h3 {
  margin-top: 40px;
  margin-bottom: 12px;

  font-family: "TT Ramillas", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;

  color: #210821;
}


/* Body text */
.t-text p {
  margin-bottom: 24px;

  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;

  color: #1A1A1A;
}


/* ---------- Hero ---------- */

.t-cover h1 {
  font-family: "TT Ramillas", serif;
  font-weight: 700;
  line-height: 1.1;

  color: #FFFFFF;
}


/* ---------- Navigation ---------- */

.t-menu__link-item_active {
  border-bottom: 2px solid #920124;
}


/* ---------- Flagship product card ---------- */

.pb-flagship-card {
  background: #43042C;
  color: #FFFFFF;
}


/* ---------- Mobile ---------- */

@media (max-width: 768px) {

  .t-cover h1 {
    font-size: 36px !important;
  }

  .t-text h2 {
    margin-top: 60px;
    font-size: 28px;
  }

  .t-text h3 {
    font-size: 22px;
  }

  .t-text p {
    font-size: 16px;
  }

}