.price {
  width: 80%;
  font-size: 24px;
  font-weight: 400;
}

.price span {
  font-size: 14px;
  font-weight: 600;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .price {
    width: 65%;
    font-size: 5vw;
    font-weight: 400;
  }

  .price span {
    font-size: 2.8vw;
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {}