﻿:root { --lx:50%; --ly:45%; }

body::before {
  display:none;
}

.brand::before {
  display:none;
}

.story h2 {
  max-width:760px;
}

.story h2::after {
  content:"";
  display:block;
  width:80px;
  height:1px;
  background:var(--gold);
  margin-top:18px;
}

@media (max-width: 768px) {
  .story h2 {
    font-size: 24px;
    max-width: 100%;
  }

  .story h2::after {
    width:60px;
    margin-top:12px;
  }
}

@media (max-width: 480px) {
  .story h2 {
    font-size: 20px;
  }
}