.row-flex {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.price-table {
    max-width: 400px;
    min-height: 320px;
    background-color: #fff;
    border-radius: 0 0 0 25px;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 8px rgb(131, 119, 119);
    display: block;
    margin: 10px auto;
    padding: 0 0 8px 0;
    text-align: center;
}
/* .price-table:hover {
    max-width: 400px;
    min-height: 320px;
    background-color: #fff;
    border-radius: 0 0 0 25px;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 8px rgb(131, 119, 119);
    display: block;
    margin: 10px auto;
    padding: 0 0 8px 0;
    text-align: center;
    zoom: 105%;
} */


.price-table span {
    display: block;
}

.price-table span:first-child {
    padding: 16px 0 0 0;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
}

.price-table span:nth-child(2) {
    padding: 0 0 16px 0;
}

.price-table span:nth-child(3) {
    padding: 8px 0;
    font-weight: bold;
    font-size: 1.2em;
}

.price-table > ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.price-table > ul > li {
    display: block;
    padding: 8px 0;
}

.price-table > ul > li:first-child {
    border-top: 1px solid #ccc;
}

.price-table > ul > li {
    border-bottom: 1px solid #ccc;
}

.price-table a,
.price-table a:active,
.price-table a:focus,
.price-table a:hover,
.price-table a:visited {
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: bold;
    transition-duration: .2s;
}

/* Colors */
/* End Color Green */

.pt-bg-red span:first-child {
    background-color: #D3A20C;
    color: #fcfcfc;
}

.pt-bg-red span:nth-child(2) {
    background-color: #D3A20C;
    color: #D5D8DC;
}

.pt-bg-red a {
    border: 3px solid #D3A20C;
    color: #D3A20C;
    margin-top: 8px;
    border-radius: 10px;
}

.pt-bg-red a:hover {
    background-color: #D3A20C;
    color: #fff;
} 


/* End Color Red */

/* End Color Blue */
/* END PRICE TABLE 