.px-theme-heading {
  font-size: 24px
}

.px-theme-title, .is_bold {
  font-weight: bold;
}

.is_indent-20 {
  padding-left: 40px;

  @media (max-width: 768px) {
    padding-left: 20px;
  }
}

.bottom-content h2,
.bottom-content h3 {
  padding: .25em 0;
  margin-bottom: unset;
}