.textBlock {
  margin: 100px 0;
}
.textBlock.is-inview .normalTitle,
.textBlock.is-inview .text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.textBlock .normalTitle {
  display: block;
  text-align: center;
  margin-bottom: 50px;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  -moz-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  -ms-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  -o-transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
  transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, visibility 0.3s 0.3s;
}
.textBlock .text {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 0.3s 0.45s, opacity 0.3s 0.45s, visibility 0.3s 0.45s;
  -moz-transition: transform 0.3s 0.45s, opacity 0.3s 0.45s, visibility 0.3s 0.45s;
  -ms-transition: transform 0.3s 0.45s, opacity 0.3s 0.45s, visibility 0.3s 0.45s;
  -o-transition: transform 0.3s 0.45s, opacity 0.3s 0.45s, visibility 0.3s 0.45s;
  transition: transform 0.3s 0.45s, opacity 0.3s 0.45s, visibility 0.3s 0.45s;
}
.textBlock .text a {
  color: #111111;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textBlock .text a:hover {
  opacity: 1;
}
@media all and (max-width: 767px) {
  .textBlock {
    margin: 100px 0;
  }
  .textBlock .cols .col {
    width: 100%;
    padding-right: 0 !important;
  }
  .textBlock .cols .col:first-child {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=text_block.css.map */