@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.about_inner .inner_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px 15px 0 0;
}
.about_inner .inner_description {
  font-size: 14px;
  line-height: 22px;
  color: #454545;
}
.about_inner .inner_description a {
  color: #088588;
  text-decoration: underline;
}
.about_inner .block_inner {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  margin-bottom: 20px;
  border-radius: 0 0 15px 15px;
}
.about_inner .block_inner .section_title {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 10px;
  text-align: center;
}
.about_inner .block_inner .inner_description {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  .about_inner .block_inner {
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  .about_inner .block_inner .inner_description,
.about_inner .block_inner .section_title {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px 10px;
    text-align: unset;
  }
}

.web .about_inner .inner_description a, .about_inner .inner_description .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.touch .about_inner .inner_description a, .about_inner .inner_description .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .about_inner .inner_description a:hover, .about_inner .inner_description .web a:hover {
  color: #68BB45;
}
.web .about_inner .inner_description a:hover:before, .about_inner .inner_description .web a:hover:before {
  color: #68BB45;
}
.web .about_inner .inner_description a:active, .about_inner .inner_description .web a:active {
  color: #088588;
}
.touch .about_inner .inner_description a:active, .about_inner .inner_description .touch a:active {
  color: #437A2C;
}
.touch .about_inner .inner_description a:active:before, .about_inner .inner_description .touch a:active:before {
  color: #68BB45;
}

/*# sourceMappingURL=about.css.map */
