.heading {
  text-align: center;
}
.heading__title {
  margin-bottom: 8px;
  font-size: 2.625em;
  line-height: 1.19047619047619em;
  font-weight: 700;
  text-transform: uppercase;
}
.heading__description {
  font-size: 1.125em;
  line-height: 1.555555555555556em;
  font-weight: 500;
}
.heading--left {
  text-align: left;
}
.heading--divider {
  position: relative;
}
.heading--divider:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  width: 300px;
  height: 3px;
  background-color: rgba(209,0,0,0.5);
}
@media screen and (max-width: 768px) {
  .heading__title {
    font-size: 2em;
    line-height: 1.3125em;
  }
}
@media screen and (max-width: 500px) {
  .heading__title {
    font-size: 1.5em;
    line-height: 1.333333333333333em;
  }
  .heading__description {
    font-size: 1em;
    line-height: 1.5em;
  }
}
