body.page.about section.content .container {
  text-align: center;
}
body.page.about section.content p {
  font-size: 14px;
  margin: 20px 0;
  text-align: center;
  line-height: 1.2;
}
.about-triangle-arrow-down {
  position: relative;
  background: #000000;
  display: inline-block;
  text-indent: -9999px;
}
.about-triangle-arrow-down:after {
  top: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 20px;
  margin-left: -20px;
}
body.page.about section.content h2.variables {
  font-family: 'GothamHTFBold';
  font-size: 14px;
  margin-bottom: 40px;
}
body.page.about section.content ul.variables {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  display: inline-block;
}
body.page.about section.content ul.variables li {
  width: 76px;
  padding: 85px 0px 0;
  font-size: 12px;
  margin: 0 10px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  background-size: 100% auto;
  background-repeat: no-repeat;
  line-height: 1.2;
  float: left;
}
body.page.about section.content ul.variables li:first-child {
  background-image: url('../images/variable-intense-workouts.svg');
}
body.page.about section.content ul.variables li:nth-child(2) {
  background-image: url('../images/variable-extreme-diets.svg');
}
body.page.about section.content ul.variables li:last-child {
  background-image: url('../images/variable-strict-rules.svg');
}
body.page.about section.content p.alert {
  height: 70px;
  padding: 0 0 0 80px;
  font-size: 14px;
  background-image: url('../images/about-alert.svg');
  background-repeat: no-repeat;
  text-align: left;
}
body.page.about section.content h2.application {
  padding: 15px 25px 0;
  font-size: 16px;
  position: relative;
  background: black;
  color: white;
  width: 100%;
  line-height: 1;
}
body.page.about section.content h2.application .arrow {
  bottom: -25px;
  border-width: 25px 145px 0 145px;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}
body.page.about section.content p.graph-copy {
  margin-top: 40px;
  font-size: 12px;
}
body.page.about section.content p.possibilities {
  font-size: 12px;
  margin: 30px 0;
}
body.page.about section.content div.possibilities {
  display: inline-block;
}
body.page.about section.content img.circle-possibilities {
  width: 142px;
  float: left;
}
body.page.about section.content ul.possibilities {
  width: 117px;
  margin-left: 20px;
  margin-bottom: 0;
  padding: 0;
  float: left;
  display: inline-block;
}
body.page.about section.content ul.possibilities li {
  width: 117px;
  height: 34px;
  margin: 10px 0;
  list-style: none;
  text-indent: -9999px;
  background-repeat: no-repeat;
  float: left;
}
body.page.about section.content ul.possibilities li:first-child {
  background-image: url('../images/logo-mct-fitness.svg');
  margin-top: 0;
}
body.page.about section.content ul.possibilities li:nth-child(2) {
  background-image: url('../images/logo-mct-nutrition.svg');
}
body.page.about section.content ul.possibilities li:last-child {
  background-image: url('../images/logo-mct-wellness.svg');
  margin-bottom: 0;
}
body.page.about section.content h2.envision {
  font-size: 14px;
  padding: 20px;
  margin: 20px 0;
  font-family: 'GothamHTFBold';
  background: black;
  color: white;
  line-height: 1.2
}
body.page.about .certifications, body.page.about .accomplishments {
  text-align: center;
}
body.page.about .certifications-accomplishments {
  margin-bottom: 40px;
}
body.page.about .certifications-accomplishments h3 {
  font-size: 20px;
  font-family: 'GothamHTFBold';
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}
body.page.about .certifications h3 {
  width: 289px;
  height: 57px;
  padding-top: 11px;
  background-image: url('../images/bg-certifications.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
body.page.about section.content .certifications-accomplishments .accomplishments {
  border-top: 1px solid black;
  padding-top: 40px;
  margin-top: 40px;
}
body.page.about .accomplishments h3 {
  width: 290px;
  height: 80px;
  padding: 20px 30px;
  background-image: url('../images/bg-accomplishments.jpg');
  background-size: cover;
}
body.page.about section.content .certifications-accomplishments p {
  margin: 0;
  font-size: 14px;
}
body.page.about .certifications img {
  margin-bottom: 20px;
}
body.page.about .certifications-accomplishments hr {
  margin: 20px auto;
  border: 0;
  border-top: 1px solid black;
  width: 100px;
}