.ppc-static-metrics-widget-container{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  justify-content: center;
  background-color: #f8f8f8;
}

.ppc-static-metrics-inner{
  padding: 5vw;
  max-width: 1140px;
}

.ppc-static-metrics-heading{
  font-size: 7vw;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.ppc-static-metrics-list{
  display: flex;
  flex-direction: column;
}

.ppc-static-metrics-inner .metric-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10px;
  border-left: 2px solid #000;
  flex: 1;
  margin-bottom: 10vw;
}

.ppc-static-metrics-inner .metric-wrapper:last-child{
  margin-bottom: 0;
}

.ppc-static-metrics-inner .metric-number{
  line-height: 0.7em;
  font-weight: 700;
  font-size: 15vw;
  color: #4FDCCE;
  margin-bottom: 20px;
}

.ppc-static-metrics-inner .metric-text{
  margin-bottom: 0;
  font-weight: 500;
  font-size: 5.5vw;
  color: #454545;
}

@media only screen and (min-width: 768px){

  .ppc-static-metrics-heading{
    font-size: 28px;
    text-align: center;
  }

  .ppc-static-metrics-inner{
    padding: 60px 20px;
  }

  .ppc-static-metrics-list{
    flex-direction: row;
  }

  .ppc-static-metrics-inner .metric-wrapper{
    margin-bottom: 0;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .ppc-static-metrics-inner .metric-wrapper:last-child{
    border-right: 2px solid #000;
  }

  .ppc-static-metrics-inner .metric-number{
    font-size: 62px;
    line-height: 1;
  }


  .ppc-static-metrics-inner .metric-text{
    font-size: 18px;
  }

}


@media only screen and (min-width: 1024px){

  .ppc-static-metrics-heading{
    text-align: left;
  }

  .ppc-static-metrics-inner .metric-number{
    line-height: 0.7em;
  }

  .ppc-static-metrics-inner .metric-wrapper:last-child{
    border-right: none;
  }

  .ppc-static-metrics-inner .metric-wrapper{
    margin-bottom: 0;
    padding: 0 0 0 10px;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }
}
