.tc-main{
  width:100%;
}

.tc-section{
  padding-top:var(--space-5);
  padding-bottom:var(--space-5);
}

.tc-container{
  width:100%;
}

.tc-narrow{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}

.tc-narrow p{
  line-height:1.7;
}

.tc-intro h1{
  text-align:center;
}

.tc-lead{
  font-size:var(--fs-4);
}

.tc-sub{
  color:var(--color-accent);
  margin-top:var(--space-3);
}

.tc-divider{
  height:1px;
  background:var(--color-accent);
  opacity:0.4;
  margin:var(--space-4) 0;
}

.tc-closing .tc-divider{
  margin-top:var(--space-5);
}

@media (max-width:768px){
  .tc-narrow{
    max-width:100%;
  }
}
