.a-88 {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 10em 6em;
  font-size: 10px;
  z-index: 1;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.025), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
@media (max-width: 900px) {
  .a-88 {
    font-size: 8px;
  }
}
@media (max-width: 600px) {
  .a-88 {
    font-size: 7px;
  }
}
.a-88 .a-88-b {
  position: absolute;
  width: 30em;
  height: 100%;
  left: 23em;
  top: 0;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.125);
  z-index: 1;
  overflow: hidden;
}
.a-88 .a-88-b:before {
  position: absolute;
  content: "";
  width: 66.666%;
  height: 100%;
  left: 0;
  top: inherit;
  background: inherit;
  box-shadow: inherit;
}
.a-88 .a-88-b:after {
  position: absolute;
  content: "";
  width: 33.333%;
  height: inherit;
  left: 0;
  top: inherit;
  background: inherit;
  box-shadow: inherit;
}
.a-88 .a-88-c {
  position: relative;
  z-index: 2;
}
.a-88 .a-88-c h2 {
  font-size: 4.5em;
  line-height: 1.3;
  margin: 0;
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
}
.a-88 .a-88-c h2 a,
.a-88 .a-88-c h2 a:hover,
.a-88 .a-88-c h2 a:focus {
  color: #444;
  text-decoration: none;
}
.a-88 .a-88-c p {
  font-size: 2em;
  line-height: 2.2;
}
.a-88 .a-88-c .a-88-btn {
  display: inline-block;
  margin: 10px 0px;
  padding: 0.5em 1.3em;
  font-size: 1.7em;
  border-width: 3px;
  color: #444;
  font-weight: bold;
  transition: 0.5s;
  text-transform: uppercase;
}
.a-88 .a-88-c .a-88-btn:hover,
.a-88 .a-88-c .a-88-btn:focus {
  color: #777;
  text-decoration: none;
}
