.textImageBlock {
  position: relative;
  margin: 100px 0;
}
.textImageBlock.aos-animate .cols .col {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.textImageBlock .cols .col {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-left: 100px;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, pointer-events 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, pointer-events 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, pointer-events 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, pointer-events 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, pointer-events 0.3s 0.3s;
}
.textImageBlock .cols .col:first-child {
  padding-left: 0;
}
.textImageBlock .cols .col:first-child.image {
  padding-right: 100px;
}
.textImageBlock .cols .col:last-child {
  -webkit-transition: opacity 0.3s 0.45s, transform 0.3s 0.45s, pointer-events 0.3s 0.45s;
  -moz-transition: opacity 0.3s 0.45s, transform 0.3s 0.45s, pointer-events 0.3s 0.45s;
  -ms-transition: opacity 0.3s 0.45s, transform 0.3s 0.45s, pointer-events 0.3s 0.45s;
  -o-transition: opacity 0.3s 0.45s, transform 0.3s 0.45s, pointer-events 0.3s 0.45s;
  transition: opacity 0.3s 0.45s, transform 0.3s 0.45s, pointer-events 0.3s 0.45s;
}
.textImageBlock .cols .col:last-child:not(.image) {
  padding-left: 0;
}
.textImageBlock .cols .col.responsive {
  display: none;
}
.textImageBlock .cols .col .title {
  display: block;
}
.textImageBlock .cols .col .text {
  margin: 20px 0 0 0;
}
.textImageBlock .cols .col .text a {
  color: #2452ae;
  text-decoration: underline;
  opacity: 1;
  -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;
}
.textImageBlock .cols .col .text a:hover {
  opacity: 0.6;
}
.textImageBlock .cols .col .text strong,
.textImageBlock .cols .col .text b {
  font-weight: 600;
}
.textImageBlock .cols .col .buttons {
  margin-top: 40px;
}
.textImageBlock .cols .col .imageWrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.textImageBlock .cols .col .imageWrapper:before {
  content: "";
  height: 100%;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 100%;
  background: #2452ae;
  opacity: 0.1;
}
.textImageBlock .cols .col .imageWrapper .image {
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  .textImageBlock .cols .col:last-child {
    padding-left: 50px;
  }
}
@media all and (max-width: 767px) {
  .textImageBlock {
    margin: 50px 0;
  }
  .textImageBlock .cols .col {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .textImageBlock .cols .col.image {
    display: none;
  }
  .textImageBlock .cols .col.responsive {
    display: block;
    margin-top: 50px;
  }
  .textImageBlock .cols .col .imageWrapper {
    max-width: 500px;
  }
}
/*# sourceMappingURL=text_image_block.css.map */