.industry-grid .col-xl-3 {
  display: flex;
}

.industry-card {
  width: 100%;
  height: 100%;
}

.why-choose-three__single {
  height: 100%;
  align-items: flex-start;
}

.why-choose-three__text {
  font-size: 14px;
  margin-top: 6px;
  color: #cfd6e6;
  min-height: 60px;
}

.industry-link {
  display: inline-block;
  margin-top: 8px;
  color: #eeefeb;
  font-weight: 600;
  font-size: 14px;
}

.industry-link:hover {
  color: #b5d146;
}

/*  */
/* Fix overlap between startup card and trust section */

.brand-two {
  position: relative;
  margin-top: 40px;
  z-index: 2;
}

.main-slider__trustpilot-box {
  position: relative;
  z-index: 2;
}
.brand-two__inner {
  border: none;
}

/* Mobile Fix */
@media (max-width: 767px) {
  .brand-two {
    margin-top: 60px;
  }

  .main-slider__trustpilot-box {
    margin-top: 20px;
    text-align: center;
  }
}
