﻿/* centered columns styles */
.row-centered {
    text-align: center;
    display: block !important;
}

.col-centered {
    display: inline-table;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.m-pricing-table-1__price, .m-pricing-table-1__subtitle, .m-pricing-table-1__btn {
    text-align: center;
}

.m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__price {
    font-size: 2rem !important;
}

button:disabled,
button[disabled] {
    cursor: not-allowed !important;
}

body {
    background-color: #f2f3f8;
}

.m-pricing-table-1__item:nth-child(4n) {
    border-right: none !important;
}
a {
    text-align: center;
    margin: 0 auto;
    width: auto;
    background-size: 20px;
    background-repeat: no-repeat;
    display: contents;
    float: none;
}

.m-pricing-table-1__description {
    padding: 0px 7px !important;
}

.m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__btn > .btn {
    padding: 0.86rem 3.57rem -0.14rem 3.57rem !important;
}

.m-pricing-table-1 .m-pricing-table-1__items {
    background-color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2.14rem 0 2.14rem 20px;
}

.customPadding {
    padding: 0.60rem 1.15rem !important;
}

.m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__description {
    margin: 1.785rem 1.785rem 1.785rem;
    line-height: 1.6;
    display: block;
    font-size: 0.93rem;
}
div.m-content {
    padding: 55px;
    text-align: center;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(0,0,0,0.1);
}
