.cards-price-items {
    text-align: center;
    display: inline-block;
    max-width: 382px;
    width: 382px;
    min-width: 380px;
    margin: 0 auto 20px;
}
.card-price-item {
    width: 350px;
    max-width: 350px;
    min-width: 350px;
    text-align: center !important;
}
.column-price {
    background: radial-gradient(circle, #4e4e50, #0e0e0e);
    height: 494px;
    width: 350px;
}
.column-price-title h4 {
    color: #fc5c08;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding: 28px 0 0;
}
.column-price-items {
    width: 100%;
    margin: -16px 0 10px 0;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fcfcfc;
}
.column-price-item {
}
.column-price-item > div {
    flex-grow: unset !important;
    text-align: center;
    padding: 0 !important;
}
.col.column-price-package {
    min-width: 90px;
    padding: 0 0 0 26px !important;
    width: 90px;
    max-width: 90px;
    overflow: hidden;
}
.col.column-price-image {
    min-width: 120px;
    width: 120px;
    max-width: 120px;
    height: 86px;
    background-position: center;
    background-size: 170%;
    background-repeat: no-repeat;
}
/*.column-price-image img {*/
/*    !* width: 34px; *!*/
/*    !*height: 80px;*!*/
/*    vertical-align: middle;*/
/*    display: none;*/
/*}*/
.col.column-price-price {
    min-width: 130px;
    text-transform: none;
    text-align: right;
    width: 130px;
    max-width: 130px;
    overflow: hidden;
}