.aside__callout-container--right-aligned {
  font-family: "Gotham SSm A", "Gotham SSm B", HelveticaNueue, Arial, sans-serif;
  border-top: 4px solid #727272;
  border-left: 0;
}

.aside__callout-container--right-aligned .aside__callout-header {
    text-transform: none;
    text-align: left;
    font-size: 2.5em;
    background: none;
    color: #222;
    border-bottom: 1px dotted #727272;
    margin: 0 1.125rem .5em;
    padding: .25em 0;
}

@media (min-width: 600px) {
  .aside__callout-container--right-aligned {
    float: none;
    width: 100%;
  }
}


@media (min-width: 850px) {
  .aside__callout-container--right-aligned {
    margin-left: 2em;
    float: right;
    width: 33%;
  }
}

.aside__callout-container--right-aligned ol {
  margin: 0;
  padding: 0
}

.aside__callout-container--right-aligned ol li::before {
  color: #222;
  font-weight: bold
}


.slick__arrow {
  transform: initial;
}