.price-btn-wrap {
    display: flex;
    column-gap: 12px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.price-btn-item {
    border-radius: 10px;
    border: 1px solid #DEE9F8;
    padding: 8px 10px;
    color: rgba(31, 54, 81, 0.60);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.32px;
    text-decoration: none;
    min-width: 220px;

}

.price-btn-description {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;

    color: rgba(31, 54, 81, 0.60);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.32px;
}

@media (max-width: 768px) {
    .price-btn-item {
        min-width: 48%;
    }
    .price-btn-item {
        font-size: 14px;
        padding: 6px 4px;
    }
}