.pwr-accordion__title {
    cursor: pointer;
    display: block;
  }
   
.pwr-accordion .pwr-accordion__title {
    font-family: var(--ff-heading) !important;
    font-size: var(--fs-h5) !important;
    font-weight: var(--fw-h5) !important;
    text-transform: none !important;
}
.pwr-step__count {
    background-color: #1e8294;
}

/* ---------------------------------
   TYPOGRAPHY SYSTEM – Pelagus 3D
   Font Families: Oswald (H1), Roboto (All else)
   --------------------------------- */

/* Base font setup */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}

/* Heading Styles */

h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  line-height: 0.9 !important;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 0.5em;
}

h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 0.5em;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0.5em;
}

h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0.5em;
}

h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0.5em;
}

h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 0.5em;
}

/* Paragraphs and small text */

p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1em;
}

small {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

/* Responsive Typography (Mobile) */

@media (max-width: 768px) {
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
  h3 { font-size: 24px; }
  h4 { font-size: 20px; }
  h5 { font-size: 18px; }
  h6 { font-size: 14px; }
  p  { font-size: 15px; }
}

.pwr-stat__title.pwr-stat__title--normal{
    line-height: 1;
  margin-top: 1em;
}

.pwr-post-item__title