.sthero-section h2 {
  font-size: var(--typo-title);
  line-height: var(--lh-title);
  font-weight: var(--fw-title);
  letter-spacing: var(--ls-title);
  /* Mobile styles (under 992px) */
  color: var(--white); }
  @media (max-width: 992px) {
    .sthero-section h2 {
      font-size: var(--typo-title-m); } }
.sthero-section .zk-mdl-title {
  text-align: center; }
  .sthero-section .zk-mdl-title a {
    margin-top: 25px;
    display: inline-block; }
.sthero-section p {
  font-size: var(--typo-text);
  line-height: var(--lh-text);
  font-weight: var(--fw-text);
  letter-spacing: var(--ls-text);
  /* Mobile styles (under 992px) */
  color: var(--white); }
  @media (max-width: 992px) {
    .sthero-section p {
      font-size: var(--typo-text-m); } }
.sthero-section ul {
  list-style-type: disc; }
  .sthero-section ul li {
    font-size: var(--typo-text);
    line-height: var(--lh-text);
    font-weight: var(--fw-text);
    letter-spacing: var(--ls-text);
    /* Mobile styles (under 992px) */
    color: var(--white); }
    @media (max-width: 992px) {
      .sthero-section ul li {
        font-size: var(--typo-text-m); } }
.sthero-section .zk-img {
  padding-top: 50px; }
.sthero-section .stroke-border-p {
  padding: 50px; }
