* {
    margin: 0;
    padding: 0;
    bottom: 0;
    box-sizing: border-box;
}

body {
    background-color: aquamarine;
    margin-left: 35vw;
    margin-right: 10vw;
    max-width: 810px;
}

.headline h1 {
    color: #493173;
    font-size: 40pt
}

.headline p {
    font-size: 20pt;
    line-height: 2.1rem;
    margin-top: 1rem;
}

.columns {
    display: flex;
    gap: 1rem;
    text-align: justify;
    margin: 1rem auto;
    line-height: 1.1;
}

.pull-quote {
    margin-left: 0 -200px;
    width: 1rem;
    padding: 20px;
    text-align: justify;
}

.pull-quote blockquote {
  margin: 0 -200px;
  font-size: 1.6rem;   
  font-weight: bold;
  color: #005a9c;             
}

.pull-quote figcaption {
  margin: 0 -200px;
  font-size: 8pt;
  text-transform: uppercase;
  font-weight: 600;
  color: #005a9c;
  padding-top: 5px;
}




