@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.textBlock {
  margin: 50px 0 50px;
  position: relative;
  z-index: 1;
  color: #8c8c8c;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -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;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.textBlock.aos-animate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.textBlock.icon p:first-child {
  position: relative;
}
.textBlock.icon p:first-child:before {
  content: "*";
  color: #8c8c8c;
  height: auto;
  left: -20px;
  position: absolute;
  top: 0;
  width: auto;
}
.textBlock p:last-child {
  margin-bottom: 0;
}
.textBlock strong,
.textBlock b {
  font-weight: 600;
}
.textBlock ul,
.textBlock ol {
  margin-bottom: 24px;
}
.textBlock li {
  padding-left: 10px;
  margin-left: 15px;
}
.textBlock a {
  color: #fbbc43;
}
.textBlock .subTitle {
  color: #fbbc43;
  display: block;
  margin-bottom: 40px;
}
/*# sourceMappingURL=text_block.css.map */