.pqcew-pricing-box.pqcew-style-2 {
    background-color: #0c0c0c;
    border-radius: 15px;
}

.pqcew-pricing-box.pqcew-style-2 .pqcew-pricing-info {
    padding: 50px 40px 30px;
}

.pqcew-pricing-box.pqcew-style-2 .pqcew-pricing-price {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    display: flex;
    color: #ffffff;
    margin-bottom: 35px;
}

.pqcew-pricing-box.pqcew-style-2 .pqcew-pricing-img img {
    height: 115px;
    margin-left: -40px;
    width: 376px;
    object-fit: cover;
}

.pqcew-pricing-box.pqcew-style-2 .pqcew-pricing-features {
    padding: 0;
    margin: 30px 0 0;
}

.pqcew-pricing-box.pqcew-style-2 .pqcew-pricing-features li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    margin-bottom: 15px;
}

.pqcew-pricing-box.pqcew-style-2 .pqcew-pricing-features li:last-child {
    margin: 0;
}

.pqcew-pricing-box.pqcew-style-2 .pqcew-pricing-features li i {
    font-size: 16px;
    color: #82dd49;
}

.pqcew-pricing-box.pqcew-style-2 .pqcew-button-container .pqcew-button .pqcew-button-block {
    background: #252525;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    border-radius: 0 0 15px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pqcew-pricing-box.pqcew-style-2 .pqcew-button-container .pqcew-button:hover .pqcew-button-block {
    background-color: #82dd49;
    color: #0c0c0c;
}

@media (max-width: 397px) {
    .pqcew-pricing-box.pqcew-style-2 .pqcew-pricing-info {
        padding: 30px 20px 30px;
    }

    .pqcew-pricing-box.pqcew-style-2 .pqcew-pricing-img img {
        margin-left: -20px;
    }

}