.pricing-area .pricing-item {
    padding: 30px;
    min-height: 740px;
}

.pricing-item .pricing-header::after {
    position: relative;
    left: 50%;
    top: 13px;
    content: none !important;
    height: 1px;
    width: 200px;
    background: #cccccc;
    transform: translateX(-50%);
    z-index: -1;
    display: flex;
    justify-content: center;
}
.pricing-item .pricing-header {
    display: flex;
    justify-content: center;
}

.pricing-item .price {
    display: flex;
    justify-content: center;
    font-size: 35px;
}

.pricing-item .price h2 {
    font-size: 45px;
}

.pricing-item .btn {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.pricing-item li {
    font-size: 14px;
    line-height: 1.5;
}

.pricing-item ul li:first-of-type {
    font-size: 16px;
    font-weight: 600;
    height: 30px;
    margin-top: 10px;
}