.funfact-block {
    width: 20%;
}

.chooseus-block {
    display: flex;
}

.chooseus-block-one {
    display: contents;
    /* width: 100%; */
}

.inner-box:hover {
    fill: white;
}
.odometer-digit-spacer{
    letter-spacing: 4px;
}

.author-box{
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
    /* For mobile phones: */
    [class*="col-lg-2"] {
      width: 50%;
    }
  }

  @media only screen and (max-width: 600px) {
    /* For mobile phones: */
    [class*="col-lg-2"] {
      width: 100%;
    }
  }
  