.textTwoColumnsBlock {
  position: relative;
  margin: 100px 0;
}
.textTwoColumnsBlock.aos-animate .title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.textTwoColumnsBlock.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;
}
.textTwoColumnsBlock.noTitle .text {
  margin: 0;
}
.textTwoColumnsBlock .title {
  display: block;
  -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;
}
.textTwoColumnsBlock .cols .col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 0;
  -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;
}
.textTwoColumnsBlock .cols .col.right {
  -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;
  padding-left: 100px;
}
.textTwoColumnsBlock .text {
  margin: 20px 0 0 0;
}
.textTwoColumnsBlock .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;
}
.textTwoColumnsBlock .text a:hover {
  opacity: 0.6;
}
.textTwoColumnsBlock .text ul {
  color: #555555;
  margin-left: 17px;
}
.textTwoColumnsBlock .text ol {
  color: #555555;
  margin-left: 10px;
}
.textTwoColumnsBlock .text ol li {
  padding-left: 10px;
}
.textTwoColumnsBlock .text img {
  max-width: 100%;
  height: auto;
}
.textTwoColumnsBlock .text strong,
.textTwoColumnsBlock .text b {
  font-weight: 600;
}
.textTwoColumnsBlock .buttons {
  margin-top: 40px;
}
@media all and (max-width: 1024px) {
  .textTwoColumnsBlock .cols .col {
    padding-right: 50px;
    padding-left: 0 !important;
  }
}
@media all and (max-width: 767px) {
  .textTwoColumnsBlock {
    margin: 50px 0;
  }
  .textTwoColumnsBlock .cols .col {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .textTwoColumnsBlock .cols .col:last-child {
    margin-top: 50px;
  }
  .textTwoColumnsBlock .cols .col:first-child {
    margin-top: 0;
  }
}
/*# sourceMappingURL=text_two_columns_block.css.map */