.price {
    margin-bottom: 100px;
}

.price .col {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;

}

.price-title {
    text-align: center;
    font-size: 3.8125rem;
    font-family: var(--kmnd-body-tertiary-font-family);
    line-height: 1.033em;
    letter-spacing: .025em;
    font-weight: 400;
    margin: 0 0 15px;
}

.price-subtitle {
    text-align: center;
    font-family: var(--kmnd-body-tertiary-font-family);
    opacity: 0.7;
    font-size: 1.375rem;
    line-height: 1.4em;
    margin: 0;
    color: #c0bcb7;
    margin-bottom: 50px;
}

.price-block {
    position: relative;
}
.price-block:after {
    content: "";
    width: calc(100% - 20px);
    position: absolute;
    background-color: #0b0a08;
    height: calc(100% + 20px);
    top: -10px;
    left: 10px;
    z-index: 0;
}
.price-block.akczent:after {
    background-color: #171410;
}

.price-content {
    border: 1px solid #41392e;
    z-index: 1;
    position: relative;
    padding: 95px 55px 100px 55px;
    text-align: center;
}
.price .price-block.akczent .price-content {
    padding: 130px 55px 135px 55px;
}

.price-content .p-title {
    font-family: "Cormorant Garamond",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 31px;
    line-height: 1.161em;
    letter-spacing: .035em;
}

.price-content .p-price .p-num {
    font-family: "Cormorant Garamond",sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 70px;
    letter-spacing: -.010em;
    color: #999691;
}
.price .price-block.akczent .p-price .p-num {
    color: #ddc499;
}

.price-content .p-price .p-text {
    text-transform: none;
    font-family: "Cormorant Garamond",sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 19px;
    letter-spacing: .015em;
    line-height: 1.632em;
    margin: 35px 0 0 14px;
    color: #999691;
}

.price-content ul {
    list-style: none;
    margin: 30px 0;
}

.price-content .article-text {
    margin: 5px 0;
}

.price-content .p-link {
    color: #ddc499;
}

@media screen and (max-width: 570px) {
    .price .col {
        width: 100%;
        margin-bottom: 50px;
        margin-right: 0;

    }

    .price-title {
        font-size: 1.25rem;
    }

    .price-subtitle {
        font-size: 0.9rem;
    }

    .price-block {
        margin: 0 auto;
    }
}