.price-item {
    position: relative;
    width: calc(50% - 30px);
    min-height: 240px;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0 rgb(6 58 69 / 15%);
    border-radius: 18px;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    justify-content: space-around;
    padding: 20px 10px 20px 10px;
}
