  .myth-fact {
  display: flex;
  flex-direction: column;
  margin: 3.2em 0;
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .myth-fact {
    align-items: stretch;
    flex-direction: row;
  }
}
.myth-fact .myth,
.myth-fact .fact {
  padding-left: 2.4em;
  padding-right: 2.4em;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .myth-fact .myth {
    width: 33%;
    border-radius: 10px 0 0 10px;
  }
}
.myth-fact .myth p {
  font-size: 2.2rem;
}
.myth-fact .fact {
  margin-right: -6px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .myth-fact .fact {
    width: 67%;
  }
}
.myth-fact .fact p {
  font-size: 2.2rem;
  padding-bottom: 1em;
}
.myth-fact .logo {
  bottom: 5px;
  height: 14em;
  position: absolute;
  right: 5px;
  width: 15em;
  z-index: 0;
}
.myth-fact .logo svg path {
  fill: rgba(0, 0, 0, 0.05);
}
.myth-fact h3 {
  font-size: 2.8rem;
  padding-top: 0.5em;
}
.myth-fact.myth-fact-blue .myth {
  background: #768ea4;
}
.myth-fact.myth-fact-blue .myth h1,
.myth-fact.myth-fact-blue .myth h2,
.myth-fact.myth-fact-blue .myth h3,
.myth-fact.myth-fact-blue .myth h4,
.myth-fact.myth-fact-blue .myth h5,
.myth-fact.myth-fact-blue .myth h6,
.myth-fact.myth-fact-blue .myth li,
.myth-fact.myth-fact-blue .myth p {
  color: #ffffff;
}
.myth-fact.myth-fact-blue .fact h1,
.myth-fact.myth-fact-blue .fact h2,
.myth-fact.myth-fact-blue .fact h3,
.myth-fact.myth-fact-blue .fact h4,
.myth-fact.myth-fact-blue .fact h5,
.myth-fact.myth-fact-blue .fact h6,
.myth-fact.myth-fact-blue .fact li,
.myth-fact.myth-fact-blue .fact p {
  color: #768ea4;
}
.myth-fact.myth-fact-blue .fact a {
  color: #627c94;
  text-decoration: underline;
}
.myth-fact.myth-fact-blue .fact a:hover {
  color: #4e6375;
}
.myth-fact.myth-fact-blue svg path {
  fill: #f7f8f9;
}
.myth-fact.myth-fact-green .myth {
  background: #8a9969;
}
.myth-fact.myth-fact-green .myth h1,
.myth-fact.myth-fact-green .myth h2,
.myth-fact.myth-fact-green .myth h3,
.myth-fact.myth-fact-green .myth h4,
.myth-fact.myth-fact-green .myth h5,
.myth-fact.myth-fact-green .myth h6,
.myth-fact.myth-fact-green .myth li,
.myth-fact.myth-fact-green .myth p {
  color: #ffffff;
}
.myth-fact.myth-fact-green .fact h1,
.myth-fact.myth-fact-green .fact h2,
.myth-fact.myth-fact-green .fact h3,
.myth-fact.myth-fact-green .fact h4,
.myth-fact.myth-fact-green .fact h5,
.myth-fact.myth-fact-green .fact h6,
.myth-fact.myth-fact-green .fact li,
.myth-fact.myth-fact-green .fact p {
  color: #8a9969;
}
.myth-fact.myth-fact-green .fact a {
  color: #9db664;
  text-decoration: underline;
}
.myth-fact.myth-fact-green .fact a:hover {
  color: #839c4a;
}
.myth-fact.myth-fact-green svg path {
  fill: #f4f7ee;
}
.myth-fact.myth-fact-teal .myth {
  background: #79a09c;
}
.myth-fact.myth-fact-teal .myth h1,
.myth-fact.myth-fact-teal .myth h2,
.myth-fact.myth-fact-teal .myth h3,
.myth-fact.myth-fact-teal .myth h4,
.myth-fact.myth-fact-teal .myth h5,
.myth-fact.myth-fact-teal .myth h6,
.myth-fact.myth-fact-teal .myth li,
.myth-fact.myth-fact-teal .myth p {
  color: #ffffff;
}
.myth-fact.myth-fact-teal .fact h1,
.myth-fact.myth-fact-teal .fact h2,
.myth-fact.myth-fact-teal .fact h3,
.myth-fact.myth-fact-teal .fact h4,
.myth-fact.myth-fact-teal .fact h5,
.myth-fact.myth-fact-teal .fact h6,
.myth-fact.myth-fact-teal .fact li,
.myth-fact.myth-fact-teal .fact p {
  color: #79a09c;
}
.myth-fact.myth-fact-teal .fact a {
  color: #66908b;
  text-decoration: underline;
}
.myth-fact.myth-fact-teal .fact a:hover {
  color: #51726e;
}
.myth-fact.myth-fact-teal svg path {
  fill: #f0f5f4;
}
.myth-fact.myth-fact-taupe .myth {
  background: #7a7878;
}
.myth-fact.myth-fact-taupe .myth h1,
.myth-fact.myth-fact-taupe .myth h2,
.myth-fact.myth-fact-taupe .myth h3,
.myth-fact.myth-fact-taupe .myth h4,
.myth-fact.myth-fact-taupe .myth h5,
.myth-fact.myth-fact-taupe .myth h6,
.myth-fact.myth-fact-taupe .myth li,
.myth-fact.myth-fact-taupe .myth p {
  color: #ffffff;
}
.myth-fact.myth-fact-taupe .fact h1,
.myth-fact.myth-fact-taupe .fact h2,
.myth-fact.myth-fact-taupe .fact h3,
.myth-fact.myth-fact-taupe .fact h4,
.myth-fact.myth-fact-taupe .fact h5,
.myth-fact.myth-fact-taupe .fact h6,
.myth-fact.myth-fact-taupe .fact li,
.myth-fact.myth-fact-taupe .fact p {
  color: #7a7878;
}
.myth-fact.myth-fact-taupe .fact a {
  color: #828080;
  text-decoration: underline;
}
.myth-fact.myth-fact-taupe .fact a:hover {
  color: #686666;
}
.myth-fact.myth-fact-taupe svg path {
  fill: #f6f6f6;
}
