/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5px 0;
}
.column {
    flex: 1 1 30%;
    border: 1px solid #3659C3;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
}
.column h2 {
    text-align: center;
}
.plan-description{
    text-align: center;
}
.plan-description ul li{
    list-style: none;
}
input.razorpay-payment-button {
    width: 30%;
    margin: 6% 40%;
    background-color:#3659C3;
    color: #fff;
    border: solid 1px #3659C3;
    text-transform: uppercase;
    font-family: "Source Sans Pro", Sans-serif;
    font-weight: 600;
}
input.razorpay-payment-button:hover {
    background-color:#3659C3;
    border: solid 1px #3659C3;
}
h3.plan_price {
    text-align: center;
    font-size: 20px;
}