.about-title > h4 {
  margin-bottom: 20px;
}
.about-title > ol {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  font-size: 1em;
}
.about-title > ol li {
  padding-top: 0.3em;
}
.about-title > ol li span {
  font-style: italic;
  display: inline;
  color: #666;
}
.about-title > ol > h6 {
  font-size: 1.2em;
  font-weight: bold;
  color: #795b51;
}

@media (max-width: 1000px) {
  .about-title > ol li {
    font-size: 0.875em;
  }
  .about-title > ol > h6 {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .about-title > h4 {
    margin-bottom: 0;
  }
  .about-title > ol {
    width: 49%;
    padding-top: 20px;
  }
}
@media (max-width: 500px) {
  .about-title > ol {
    width: 100%;
  }
}