
section.pricing-section{
margin: 100px;
}

.page-template-page-pricing h2 {
    margin-bottom: 30px;
    display: inline-block;
font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 70px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.page-template-page-pricing{

background: radial-gradient(60.87% 87.66% at 50% 50%, #202248 0%, #111113 50%, #111113 100%);

}

.pricing table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 0;
    overflow: hidden;
}
.pricing thead th:first-child {
    min-width: 220px;
    text-align: left;
}
.pricing thead th {
    padding: 20px 32px 20px 30px;
    border: 1px solid #1f2937;
    min-width: 210px;
    position: relative;
    overflow: hidden;
}
.pricing thead th {
    padding: 20px 32px 20px 30px;
    border: 1px solid #1f2937;
    min-width: 210px;
    position: relative;
    overflow: hidden;
}
.pricing thead th h4 {
    font-weight: 700;
  color: #fff;
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 10px;
}
.pricing thead th p {
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}
.pricing thead th .price {
    font-weight: 700;
    font-size: 32px;
color: #fff;
}
.pricing tbody th {
    text-align: left;
    min-width: 190px;
    font-weight: 400;
    font-size: 15px;
    color: rgb(255 255 255 / .8);
}
.pricing tbody th {
    border: 1px solid #1f2937;
    padding: 20px 16px;
    vertical-align: middle;
}
.pricing .enterprise {
    text-align: center;
    color: #FFF;
    padding: 10px 0;
    background: #1F2134CC;
    border: 1px dashed #6565EC80;
    font-weight: 300;
    font-size: 16px;
    border-radius: 6px;
}
.pricing .enterprise a {
    color: #FF9790;
    text-decoration: underline;
}
.ribbon {
    position: absolute;
    top: 18px;
    right: -45px;
    width: 160px;
    padding: 6px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transform: rotate(45deg);
    background: linear-gradient(94.42deg, #6565EC 0%, #009EFA 18.5%, #00C9A7 39%, #FFC75F 59%, #FF8066 79.5%, #D65DB1 100%);
    box-shadow: 0 2px 6px rgb(0 0 0 / .25);
    letter-spacing: 1px;
}
.pricing tbody td .fa-square-check {
    color: #13B023;
    font-size: 18px;
}
.pricing tbody td {
    text-align: left;
    font-weight: 400;
    font-size: 15px;
}

.pricing tbody td {
    border: 1px solid #1f2937;
    padding: 20px 30px;
    vertical-align: middle;
color: #fff;
}
.pricing .actions .button {
    display: block;
    padding: 0 30px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    background: #141c2e;
    transition: transform .06s ease, background .15s ease, border-color .15s ease;
    border: 1px solid #6565EC;
    font-weight: 500;
    font-size: 16px;
    height: 36px;
    line-height: 34px;
}
.pricing .actions .button:hover {
    background: #6565EC;
    border-color: #6565EC;
    transform: translateY(-1px);
}
.pricing thead th.highlight {
    background: #6565EC99;
    transition: background 0.2s ease;
}
.pricing tbody td.highlight {
    background: #6565EC33;
    transition: background 0.2s ease;
}
.pricing tbody tr.actions td.highlight {
    background: #6565EC1A;
    transition: background 0.2s ease;
}
.pricing thead th .price span{
font-size: 14px;
}


@media only screen and (max-width: 767px) {
    .pricing table {
        max-width: 100%;
        width: 100%;
        overflow: hidden;
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }
}

@media only screen and (max-width: 767px) {
    .pricing thead th, .pricing tbody th, .pricing tbody td {
        padding: .85rem .75rem;
    }

section.pricing-section{
margin: 0px;

}

.page-template-page-pricing h2{
margin-top: 120px;
    margin-bottom: 20px;
font-size: 24px;


}
}