.priceCard {
    border: 1px solid rgba(159, 165, 169, 0.2);
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: rgb(0 25 40 / 10%) 0px 0px 0.1rem 0px, rgb(0 27 41 / 10%) 0px 0rem 0.3rem 0px;
}

.activeColor {
    color: rgb(255, 144, 0)
}

.priceType {
    font-size: 2rem;
    line-height: 1.22;
    color: rgb(64, 64, 64);
    font-weight: 600;
}

.priceButton {
    border: 2px solid;
    border-radius: 14px;
    height: 48px;
}

.priceType span:nth-child(2){
    color: rgb(159, 165, 169);
    font-size: 0.7em;
    font-weight: 200;
}