#prices{
    background: radial-gradient(#333, #222);
    padding: 10px 0;
}
#prices>header{
    color: #fff;
    text-shadow: -4px 2px 0 #444;
}
#prices>header>div{
    border-bottom-color: #fff;
}
#prices>div{
    text-align: center;
}
#prices>div>div{
    display: inline-block;
    width: 350px;
    max-width: 90%;
    height: 175px;
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-radius: 15px;
    vertical-align: top;
    font-size: 36px;
    font-family: "Century Gothic";
    font-weight: bold;
    text-align: center;
    line-height: 0.9;
    padding-top: 13px;
    color: #fff;
    margin: 10px 30px;
}
@media (max-width:440px){
    #prices>div>div{
    margin: 10px 5px;
    }
}

#prices>div>div>span:nth-of-type(1){
    font-size:1.8em;
}
#prices>div>div>span:nth-of-type(2){
    font-size:0.8em;
    font-weight: 100; 
    line-height: 2;
}
#prices>div>div>span:nth-of-type(3){
    font-size:1em;
    text-decoration: underline; 
    font-weight: 100;
}