.pricing-seciton {

}

.pricing-header {

}

.pricing-secondary-header {
    text-align: center;
}

.price-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 40px;
    max-width: 1100px;
    margin: auto;
}

.price-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 300px;
    min-height: 200px;
    gap: 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 23%);
    cursor: pointer;
}

.price-box-lg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 320px;
    min-height: 250px;
    gap: 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 23%);
    cursor: pointer;
}

.selected-price-box {
    background-color: hsl(226, 62%, 63%); 
    color: white;
}

.price-size {
    font-size: 1.5em;
}

.price-example {
    font-size: 0.9em;
    line-height: 0;
}

.price-range {
    font-size: 1.5em;
}

.price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price-starts {
    font-size: 0.8em;
}

.price-text {
    font-size: 1.5em;
}