@media screen and (min-width: 767px) {
  /* extra small */
  #format6.extraSmall {
    font-size: 2.8vw;
  }

  /* base small */
  #format6.baseSmall {
    width: 7.5vw;
    height: 7.5vw;
    font-size: 4.5vw;
  }

  /* base */
  #format6.base {
    font-size: 7vw;
  }

  /* medium */
  #format6.medium {
    font-size: 11vw;
  }
}
@media screen and (max-width: 767px) {
  #format6 .pricing-num-for {
    padding-bottom: 0px !important;
  }
  #format6 .price-container{
    padding-bottom: 5px;
  }
}