.op__pricing__item {
    border: 1px solid #E3E8E3;
    border-radius: 10px;
    padding: 3.33rem 2.77rem 3.88rem;
    text-align: center;
}

.op__pricing__item h4 {
    font-weight: bold;
    font-size: 1.33rem;
    margin-bottom: 2.22rem;
}

.op__pricing__item p {
    margin-bottom: 2.22rem;
}

@media (max-width: 991px) {
    .op__pricing__item {
        max-width: 33.33rem;
        margin: 0 auto 2.22rem;
    }
}

.op__pricing__price {
    font-size: 1.33rem;
}

.op__pricing__prices {
    line-height: 1.2;
    margin-bottom: 2.22rem;
}

[data-kit-theme="dark"] .op__pricing__item {
    background: #050A16;
    border-color: #050A16;
}
