
.price-list {
    position: relative;
    border:1px solid #ccc;
    padding: 40px 20px;
    margin: 0 0px 20px 0px;
    border-radius: 10px;
    min-height: 100px;
    box-shadow: 2px 7px 29px 0 rgba(38, 38, 38, 0.1);
    background-color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 65%, rgba(0, 0, 0, 0.03) 100%);
}

.price-list-price {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.page-info-simple .page-title {
    font-weight: 300;
    color: #333333;
    font-size: 2.5em;
}

.header-back-small {
    padding: 120px 0 10px 0;
}


