.facts hr {
  width: 80%;
  height: 2px; }
.facts .facts-row {
  padding-top: 38px;
  padding-bottom: 100px;
  align-items: flex-end; }
@media (max-width: 767px) {
  .facts .facts-row {
    padding-bottom: 50px; } }
.facts .number {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 3.571rem;
  font-weight: 900;
  margin-bottom: 53px;
  margin-top: 14px; }
@media (max-width: 767px) {
  .facts .number {
    margin-bottom: 20px;
    margin-top: 0; } }
@media (max-width: 649px) {
  .facts .number {
    font-size: 2.8rem; } }
.facts .image {
  margin-bottom: 39px;
  overflow: hidden; }
@media (max-width: 767px) {
  .facts .image {
    margin-bottom: 20px;
    margin-top: 5px;
    margin-top: 0; } }
.facts .image img {
  height: 87px;
  width: auto; }
.facts .label {
  font-size: 1.286rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #162141;
  display: block;
  text-align: center; }
@media (max-width: 767px) {
  .facts .label {
    margin-bottom: 30px; } }
@media (max-width: 649px) {
  .facts .label {
    font-size: 1rem; } }
.facts .latest-order {
  text-align: center;
  margin-bottom: 39px; }
@media (max-width: 767px) {
  .facts .latest-order {
    margin-top: 20px; } }
.facts .latest-order .company {
  display: block;
  width: 100%;
  font-size: 1.286rem;
  line-height: 1.33;
  font-weight: bold;
  text-align: center;
  padding: 0 15px; }
@media (max-width: 991px) {
  .facts .latest-order .company {
    padding: 0; } }
@media (max-width: 649px) {
  .facts .latest-order .company {
    padding: 0 30%; } }
@media (max-width: 575px) {
  .facts .latest-order .company {
    padding: 0 15px; } }
.facts .latest-order .status-badge {
  margin-top: 12px; }

.nny-inline-facts {
  display: flex;
  justify-content: space-evenly;
  padding-top: 40px; }
@media (max-width: 767px) {
  .nny-inline-facts {
    display: block;
    padding-top: 0; } }
.nny-inline-facts .fact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px; }
@media (max-width: 767px) {
  .nny-inline-facts .fact {
    width: 50%;
    display: inline-flex;
    margin-bottom: 25px; } }
.nny-inline-facts .fact-icon {
  width: 100%;
  height: 35px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 15px; }
.nny-inline-facts .fact-label {
  font-size: 1.286rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #162141;
  text-align: center; }
@media (max-width: 649px) {
  .nny-inline-facts .fact-label {
    font-size: 1rem; } }
