.intro {
  /* margin: 5rem auto 9rem; */
  background: rgba(0, 0, 0, 0.9);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.intro__hed {
  max-width: 55rem;
  margin: 0 auto 2rem auto;
  padding: 0 1rem;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 11rem;
  font-weight: 100;
  text-transform: capitalize;
  color: white;
}

.intro__sub {
  padding: 0 1rem;
  text-align: center;
  color: #f33;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0px;
  font-family: 'Publico Text Web';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.intro__byline {
  font-size: .75rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 1rem;
  position: absolute;
  bottom: 0px;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 400;
  left: 0px;
  right: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.intro__byline a {
  /* border-bottom: 1px solid currentColor; */
  color: rgba(255, 255, 255, 0.42);
}

.intro__dek {
  max-width: 25rem;
  margin: 0 auto;
  padding: 0 1rem;
  font-size: 18px;
  line-height: 1.7;
}

.prose {
  max-width: 46rem;
  margin: 0 auto;
  padding: 0 1rem;
  color: #333;
}

.embed {
  margin: 2rem auto;
  margin-bottom: 0px;
}

.smaller-head {
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-family: 'Atlas Grotesk Web';
    text-align: center;
    margin: 0px;
    color: white;
    line-height: 1;
    margin-bottom: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale;
}


.section-header {
    width: auto;
    font-family: 'Atlas Grotesk Web';
    text-align: center;
    padding: 0 1rem;
    margin: 0 auto;
    margin-top: 5rem;
    font-weight: 700;
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 1.5rem;
}
.embed:before{
  content: "";
  display: block;
  background: #ccc;
  height: 1px;
  width: 100%;
  max-width: 44rem;
  margin: 2rem auto;
}

.conclusion-line:after{
  content: "";
  display: block;
  background: #ccc;
  height: 1px;
  width: 100%;
  margin: 3rem auto;
}


.sub-item {
  font-family: 'Atlas Grotesk Web';
  text-align: left;
  font-size: .88rem;
  margin: 0 auto;
  max-width: 29rem;
  margin-bottom: .3rem;
}


.lede {font-family: 'Atlas Grotesk Web';font-weight: 100;font-size: 1.5rem;margin-bottom: 2rem;line-height: 1.5;}

.lede:after{
  content: "";
  display: block;
  background: #ccc;
  height: 1px;
  max-width: 45rem;
  margin: 1.5rem auto;
}

.logo {
    width: 100%;
    border: none;
    fill: rgb(255, 255, 255);
}

.logo-container {
    width: 11rem;
    margin: 0 auto;
    /* margin-top: 2rem; */
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 27px;
}


.sub-item span {
    font-size: .7rem;
    margin-right: 11px;
    font-weight: 600;
}


.item-list {
    margin-bottom: 2rem;
}

.play-bold {
    color: #f33;
}

main {
    margin-bottom: 6rem;
}

.conclusion{
  padding: 0 1rem;
}
.conclusion p {font-family: 'Atlas Grotesk Web';max-width: 44rem;margin: 0 auto;font-size: .9rem;}


@media only screen and (min-width: 40em) {
}

@media only screen and (max-width: 600px) {
  .intro__hed{
    color: white;
    font-size: 4rem;
  }
  .smaller-head{
    font-size: .9rem;
  }
  .sub-item{
    font-size: .8rem;
  }
}
