@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.threeColumnTextBlock {
  margin: 100px 0;
  background: #f8f8f8;
  position: relative;
}
.threeColumnTextBlock.aos-animate .cols {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.threeColumnTextBlock .cols {
  text-align: center;
  width: calc(100% + 40px);
  margin-left: -20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
  -moz-transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
  -ms-transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
  -o-transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
  transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
}
.threeColumnTextBlock .cols .col {
  text-align: left;
  padding: 20px;
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.threeColumnTextBlock .cols .col:last-child {
  background: #134053;
}
.threeColumnTextBlock .cols .col:last-child .tinyTitle,
.threeColumnTextBlock .cols .col:last-child .mediumTitle {
  color: #fff;
}
.threeColumnTextBlock .cols .col:last-child .text p {
  color: rgba(255, 255, 255, 0.8);
}
.threeColumnTextBlock .cols .col:last-child .buttons .button:hover {
  background: #fff;
  border-color: #fff;
  color: #134053;
}
.threeColumnTextBlock .cols .col .mediumTitle {
  color: #134053;
}
.threeColumnTextBlock .cols .col .text {
  margin-top: 24px;
}
.threeColumnTextBlock .cols .col .buttons {
  margin-top: 24px;
}
@media all and (max-width: 900px) {
  .threeColumnTextBlock .cols .col {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 48px;
  }
  .threeColumnTextBlock .cols .col:last-child {
    padding: 20px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .threeColumnTextBlock {
    margin: 50px 0;
  }
}
/*# sourceMappingURL=three_column_text_block.css.map */