.references-box {
  margin: 53px 0;
}
.references-box > .container {
  max-width: 1000px;
}
.references-box h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #231F20;
}
@media (max-width: 991px) {
  .references-box h2 {
    font-size: 22px;
  }
}
.references-box li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #666666;
}
.references-box li span {
  font-weight: 600;
}