.sep-dot-blue {
  width: 100%;
  border-top: 5px dotted #AED2FB;
  margin: 0 0 20px 0;
}
article h3 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.75;
}
article h3 span {
  padding: 5px 10px;
  color: #fff;
}
.stretches > li {
  list-style: none;
  margin-bottom: 30px;
}
.stretches > li > strong {
  padding-bottom: 5px;
  display: block;
}
.stretches ol > li {
  margin-bottom: 5px;
}
.pb-row img {
  margin-bottom: 20px;
}

.resp-sm-992 {
  display: none;
}

@media (max-width: 992px) {
  .resp-sm-992 {
    display: block;
  }
  .resp-lg-992 {
    display: none;
  }
}