#nutrition-facts {
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  min-height:700px;
}

.nf-kwh {
  color:#fff;
  font-size: 16px;
  {# font-family: "Archer-Bold-It" !important; #}
  font-family: var(--roboto-sans);
  border-bottom:2px solid #F6E14D;  
  text-align:center;
}

.nf-heading {
  font-size:44px;
  line-height:44px;
  {#font-family:"GTPressura-Bold"; #}
  color:#fff;
  margin:20px 0px 0px 0px !important;
  text-align:center;
}

.fact-number {
  font-size:36px;
  line-height:36px;
  {#font-family:"GTPressura-Bold"; #}
  font-family: var(--roboto-sans);
  font-weight:600;
  color:#fff;
}

.fact-measurement {
  font-size:12px;
  line-height:12px;
  {# font-family:"GTPressura-Bold"; #}
  font-family: var(--roboto-sans);
  font-weight:600;
  color:#fff;
}

.fact-label {
  {# font-family:"Archer-Book"; #}
  font-family: var(--roboto-sans);
  font-size:13px;
  color:#fff;
  text-align:center;
}

.fact-parent {
  width:100px;
  height:100px;
  border-radius:50%;
  border:5px solid #fff;
  margin:20px;
}

@media (max-width:768px) {
  .nf-kwh {
    margin-top:30px;
  }
  .nf-sheet-button {
    margin-bottom:30px;
  }
}