.we-build-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: 0 -8px;
  row-gap: 16px;
}
.we-build-row .we-build-col {
  width: 100%;
  max-width: 33.32%;
  padding-inline: 8px;
}

.we-build-article {
  position: relative;
  height: 100%;
  min-height: 330px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  overflow: hidden;
}
.we-build-article svg {
  width: auto;
}
.we-build-article:hover {
  background-color: #0073E4;
  color: #fff;
}
.we-build-article:hover svg {
  fill: #148aff;
}
.we-build-article:hover svg path {
  fill: #148aff;
}
.we-build-article:hover .we-build-article-icon {
  position: absolute;
  transform: translate(75%, -35%);
  z-index: 0;
}
.we-build-article:hover .we-build-icon-bx {
  transform: translateY(0);
  display: flex;
  align-items: center;
  z-index: 2;
}
.we-build-article:hover .we-build-article-title {
  text-align: left;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.we-build-article:hover .we-build-article-text {
  opacity: 1;
}
.we-build-article.we-solve-article:hover {
  background-color: #BF67FF;
}
.we-build-article.we-solve-article:hover svg {
  fill: #D199FA;
}
.we-build-article.we-solve-article:hover svg path {
  fill: #D199FA;
}

.we-build-article-icon {
  transform: translate(0);
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.we-build-icon-bx {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px;
  transform: translateY(calc(100% - 115px));
  transition: all 0.3s ease;
  display: flex;
}

.we-build-txt-row {
  width: 100%;
}

.we-build-article-title {
  margin-block: 0;
  text-align: center;
  font-size: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.we-build-article-text {
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 18px;
  margin-block: 20px 0;
}

.the-process-slider-wrap .testimonial-box {
  min-height: 470px;
}
.the-process-slider-wrap .testimonial-box .comment-bio {
  transition: all 0.4s ease;
  margin-top: 40px;
}
.the-process-slider-wrap .testimonial-box .comment-content {
  transition: all 0.4s ease;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: left bottom;
  margin-bottom: 0 !important;
  margin-top: 60px !important;
}
.the-process-slider-wrap .testimonial-box:before {
  left: 0 !important;
  right: 0 !important;
  width: 100%;
}
.the-process-slider-wrap .testimonial-box:hover:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.the-process-slider-wrap .testimonial-box:hover .comment-bio {
  margin-top: 0;
}
.the-process-slider-wrap .testimonial-box:hover .comment-content {
  transform: scale(1);
  opacity: 1;
}
.the-process-slider-wrap .tns-controls {
  position: absolute;
  right: 0;
  bottom: -80px;
  display: flex;
  column-gap: 24px;
}
.the-process-slider-wrap .tns-controls button {
  vertical-align: middle;
  display: flex;
}
.the-process-slider-wrap .tns-controls button > span {
  width: 56px;
  height: 56px;
  line-height: 56px;
  vertical-align: middle;
  opacity: 0.1 !important;
}
.the-process-slider-wrap .tns-controls button:hover > span {
  opacity: 1 !important;
}

/*# sourceMappingURL=hackerz.css.map */
