.bm-industry-grid-item {
  display: flex;
  align-items: center;
}
.bm-industry-grid-item img,
.bm-industry-grid-item h3,
a.bm-industry-grid-item {
  margin: 0 !important;
}
.bm-industry-grid-item svg * {
  transition: all 0.2s !important;
}

.bm-testimonial {
  font-style: italic;
  padding: 50px 0;
  position: relative;
}

.bm-testimonial::before {
  top: 0px;
  content: '"';
  font-size: 120px;
  line-height: 88px;
  position: absolute;
  color: #ffd74b !important;
}
.bm-testimonial p {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3;
}

.bm-testimonial__name,
.bm-testimonial__job-title {
  display: block;
}

.bm-testimonial__name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
}

.bm-testimonial__job-title {
  font-size: 13px;
}
