@charset "UTF-8";

.price > h3 {
    margin-bottom: 4%;
    font-size: 24px;
    color: rgb(250, 145, 165);
    text-align: center;
}

.price > p {
    width: 100%;
    max-width: 867px;
    margin: 0 auto;
}


/*===============================
//
MAXWIDTH / 480
//
===============================*/

@media screen and (max-width:480px) {

    .price > h3 {
        margin-bottom: 6%;
        font-size: 18px;
    }

    .price > ul {
        margin-bottom: 6%;
    }

    .price > ul > li {
        padding: 15px 0;
        font-size: 15px;
        letter-spacing: 0;
    }

}
