/*Write your custom css in this file.*/
.bg-invoice{
    background-image: url('../images/bg-invoice.png');
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1999px) {
  .widget-details h1.billion{
      font-size: 18px;
  }
  .widget-details h1.million{
      font-size: 21px;
  }
  .widget-details h1.thousand{
      font-size: 26px;
  }
}

@media only screen and (min-width: 1200px) {
  .widget-details h1.billion{
      font-size: 14px;
  }
  .widget-details h1.million{
      font-size: 16px;
  }
  .widget-details h1.thousand{
      font-size: 20px;
  }
}

@media only screen and (min-width: 1300px) {
  .widget-details h1.billion{
      font-size: 14px;
  }
  .widget-details h1.million{
      font-size: 16px;
  }
  .widget-details h1.thousand{
      font-size: 20px;
  }
}

@media only screen and (min-width: 1500px) {
  .widget-details h1.billion{
      font-size: 18px;
  }
  .widget-details h1.million{
      font-size: 20px;
  }
  .widget-details h1.thousand{
      font-size: 26px;
  }
}