.happy-customers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 767.98px) {
  .happy-customers {
    padding-bottom: 20px;
  }
}
.happy-customers .k6 {
  font-size: 90px;
  color: #b11116;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
@media (max-width: 767.98px) {
  .happy-customers .k6 {
    font-size: 60px;
  }
}
.happy-customers p {
  max-width: 199px;
  width: 100%;
  margin: 0px auto 0 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .happy-customers p {
    font-size: 24px;
  }
}
