.pqcew-pricing-box.pqcew-style-1 {
    background: #E4EDE2;
    border-radius: 20px;
    padding: 45px;
    text-align: left;
}

.pqcew-pricing-box.pqcew-style-1 .pqcew-pricing-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.pqcew-pricing-box.pqcew-style-1 .pqcew-pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #48484814;
    padding-bottom: 30px;
}

.pqcew-pricing-box.pqcew-style-1 .pqcew-pricing-features li {
    display: flex;
align-items: baseline;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
    color: #60675F;
}

.pqcew-pricing-box.pqcew-style-1 .pqcew-pricing-features li:last-child {
    margin-bottom: 0;
}

.pqcew-pricing-box.pqcew-style-1 .pqcew-pricing-features li i {
    color: #9E9E7C;
    font-size: 18px;
}

.pqcew-pricing-box.pqcew-style-1 .pqcew-pricing-price {
        font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    display: flex;
    align-items: baseline;
     gap: 3px;
    margin-bottom: 30px;
}

.pqcew-pricing-box.pqcew-style-1 .pqcew-price-prefix {
    font-size: 42px;
    line-height: 50px;
}

.pqcew-pricing-box.pqcew-style-1 .pqcew-price-month {
font-size: 18px;
    line-height: 26px;
        font-weight: 400;
    color: #60675F;
}

.pqcew-pricing-box.pqcew-style-1 .pqcew-pricing-subtitle {
font-size: 18px;
    line-height: 26px;
    color: #60675F;
    margin-bottom: 45px;
}

.pqcew-pricing-box.pqcew-style-1 .pqcew-button {
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

.pqcew-pricing-box.pqcew-style-1 .pqcew-button-block {
    background: #A58C6B;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.pqcew-pricing-box.pqcew-style-1 .pqcew-button-block:hover {
    background: #8C7556;
}

.pqcew-pricing-box.pqcew-style-1 .pqcew-button-text {
    font-size: 18px;
    line-height: 26px;
    transition: all 0.3s ease-in-out;
}


@media (max-width: 397px) { 
    .pqcew-pricing-box.pqcew-style-1 { 
        padding: 30px;
    }
}