.twoColumnTextBlock {
  margin: 100px 0;
}
.twoColumnTextBlock.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;
  visibility: visible;
}
.twoColumnTextBlock .cols .col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  padding-right: 50px;
  -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;
}
.twoColumnTextBlock .cols .col:last-child {
  -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;
}
.twoColumnTextBlock .cols .col .title {
  display: block;
  margin-bottom: 50px;
}
.twoColumnTextBlock .cols .col .links {
  display: block;
  margin-top: 50px;
}
.twoColumnTextBlock .cols .col .text a {
  color: #9a171c;
  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;
}
.twoColumnTextBlock .cols .col .text a:hover {
  opacity: 0.6;
}
.twoColumnTextBlock .cols .col ul {
  margin-left: 24px;
}
@media all and (max-width: 1024px) {
  .twoColumnTextBlock {
    margin: 50px 0;
  }
  .twoColumnTextBlock .cols .col .title {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 900px) {
  .twoColumnTextBlock .cols .col {
    width: 100%;
    padding-right: 0;
    max-width: 600px;
  }
  .twoColumnTextBlock .cols .col:first-child {
    margin-bottom: 50px;
  }
}
/*# sourceMappingURL=two_column_text_block.css.map */