/* css styles */

img {
    display: block;
    margin: auto;
    width: 50%;
}

/* Pricing Page Styles */
.pricing-columns .column {
    padding: 1em;
    border-right: 1px solid #dee2e6; /* A light grey border */
}

.pricing-columns .column:last-child {
    border-right: none;
}
