.pricing-table-section p{
    color: white !important;
}

.pricing-table-section{
    padding: 5rem 0rem;
    width: 100%;
}

.section-title{
    text-transform: uppercase;
    text-align: center;
    font-size: 3.5rem;
    color: white;
    margin-bottom: 3rem;
}

.plan{
    background: #1E2937;
    padding: 2rem;
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
}

.plan-shape{
    position: absolute;
}

.plan-shape.plan-shape--1{
    top: -2rem;
    right: -2rem;
    height: 10rem;
    width: auto;
    transform: rotate(180deg);
}

.plan-shape.plan-shape--2{
    top: -2rem;
    right: -2rem;
    height: 10rem;
    width: auto;
    transform: rotate(180deg);
}

.plan-shape.plan-shape--3{
    top: -2rem;
    right: -2rem;
    height: 10rem;
    width: auto;
    transform: rotate(180deg);
}

.plan-title{
    font-weight: 800;
    font-size: 2rem;
}

.plan-title.plan-title--1{
    color: red;
}

.plan-title.plan-title--2{
    color: #90ee90;
}

.plan-title.plan-title--3{
    color: #a100ff;
}

.price{
    margin-bottom: 2rem;
}

.price-amount{
    font-weight: 700;
    font-size: 2.5rem;
    display: inline-flex;
}

.billing-term{
    font-weight: 700;
    font-size: 1rem;
    opacity: .5;
    display: inline-flex;
}

.features{
    margin-bottom: 2rem;
}

.features ul{
    padding: unset;
}

.features ul li{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.features ul li p{
    margin: unset;
}

.features ul li:not(:last-child){
    margin-bottom: 1rem;
}

.plan-button{
    display: block;
    text-align: center;
    border-radius: 10rem;
    width: 100%;
    padding: .5rem;
    background-color: white;
    color: black;
}