.textImageBlock {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
.textImageBlock.aos-animate .background {
  opacity: 1;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.textImageBlock.aos-animate .contentWrapper .content .col {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.textImageBlock .contentWrapper .content .mediumTitle {
  margin-bottom: 20px;
  margin-top: -2px;
}
.textImageBlock .contentWrapper .content .text {
  color: #afafaf;
}
.textImageBlock .contentWrapper .content a {
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.textImageBlock .contentWrapper .content a:hover {
  color: #bb3d42;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.textImageBlock .contentWrapper .content strong,
.textImageBlock .contentWrapper .content b {
  color: #ffffff;
}
.textImageBlock .contentWrapper .content ul,
.textImageBlock .contentWrapper .content ol {
  margin-left: 17px;
  margin-bottom: 10px;
}
.textImageBlock .contentWrapper .content span {
  display: block;
  margin: 20px 0 10px 0;
}
.textImageBlock .contentWrapper .content .col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.textImageBlock .contentWrapper .content .col:first-child {
  padding-right: 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;
}
.textImageBlock .contentWrapper .content .col:last-child {
  padding-left: 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.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.textImageBlock .contentWrapper .content .col b,
.textImageBlock .contentWrapper .content .col strong {
  color: #ffffff;
}
.textImageBlock .contentWrapper .content .col .image {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.textImageBlock .contentWrapper .content .buttons {
  text-align: left;
  width: 100%;
  margin-top: 20px;
}
.textImageBlock .contentWrapper .content .buttons span {
  display: inline;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  margin-left: 5px;
  padding: 0 !important;
}
.textImageBlock .contentWrapper .content .buttons a {
  font-weight: 700;
  color: #bb3d42;
}
.textImageBlock .contentWrapper .content .buttons a:hover {
  color: #ffffff;
}
.textImageBlock .contentWrapper .content .buttons a:hover .label {
  margin-left: 10px;
}
@media all and (max-width: 767px) {
  .textImageBlock {
    margin-bottom: 50px;
    margin-top: -50px;
    padding-top: 50px;
  }
  .textImageBlock .contentWrapper .content .col {
    width: 100%;
    padding: 0 !important;
  }
  .textImageBlock .contentWrapper .content .col:first-child {
    margin-bottom: 20px;
  }
  .textImageBlock .contentWrapper .content .buttons {
    text-align: left;
  }
}
