.block-example {
  background: #BADA55;
  padding: 30px;
  text-align: center;
  color: #000;
}

.border-three-cols {
  border-top: 1px solid #B0B0B0;
}

.tile {
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  will-change: transform;
}
.tile:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.bg-gray-100.three-block-with-testimonials {
  background-color: #E9E9EA;
}
.bg-gray-100.three-block-with-testimonials .c-title {
  color: #1A1A19 !important;
}

.bg-dark-100.three-block-with-testimonials {
  background-color: #1F1F22;
}
/*# sourceMappingURL=block-three-cols-with-testimonials.css.map */
