.price__cards-row {
    --bs-gutter-x: 2rem;
}

.price__card {
    padding: 35px 24px;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 14px;
    border: 1px solid transparent;
    background: linear-gradient(#0C0D0E, #0d1012) padding-box, linear-gradient(145deg, #ffffff38 0%,
            /* white start */
            #1e1e1e5e 15%,
            /* quickly shift to black */
            #000000 100%) border-box;
}



.price__card--header {
    height: 220px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.price__card--title {
    font-size: 20px;
    line-height: 28px;
    color: var(--color-text-primary);
    margin-bottom: 12px;
}

.price__card--content {
    margin-bottom: 8px;
}

.price__card--list {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 24px;
}

.price__card--list li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-secondary);
}

.price__card--list li::before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/services/check-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
}




@media screen and (max-width: 1399px) {
    .price__card--title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .price__cards-row {
        --bs-gutter-x: 1rem;
    }

    .price__card {
        padding: 25px 15px;
    }

    .price__card--header img {
        height: 150px;
    }

    .price__card--header {
        height: 200px;
    }
  .price__card--title {
        font-size: 17px;
        line-height: 23px;
    }
    .price__card--list li {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    .price__cards-row {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .price .price__desc br {
        display: none;
    }

    .price__card {
        padding: 35px 30px;
    }
      .price__cards-row {
        --bs-gutter-x: 0rem;
    }
}

@media screen and (max-width: 575px) {
    .price__card {
        padding: 25px 20px;
    }
    .price__card--header {
        height: auto;
        margin-bottom: 30px;
    }
    .price p br{
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .price__card {
        padding: 35px 20px;
    }
}
