@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content_01 .headers {
  margin-bottom: 25px;
}
.content_01 .visual {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 20px;
}
.content_01 .visual img {
  max-width: 100%;
  display: inline-block;
}
.small_01 {
  max-width: 500px;
  margin: auto;
  background: #fff;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .small_01 {
    padding: 40px;
  }
}

/*# sourceMappingURL=maps/body-templates.css.map */
