.price-cards__grid{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.price-cards__card{
  width: calc(100% / 3 - 20px);
  display: flex;
  flex-direction: column;
  border-radius: 24px;
}

.price-cards__img{
  height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 0 20px;
}

.price-cards__img img{
  max-height: 150px;
  width: auto;
}

.price-cards__title{
  text-align: center;
}

.price-cards__text p,
.price-cards__text{
  font-size: 16px !important;
}

.price-cards__text ul{
  padding-left: 15px;
}

.price-cards__content{
  padding: 0 30px 30px 30px;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.price-cards__bottom{
  text-align: center;
}

@media(max-width: 1100px){
  .price-cards__card{
    width: calc(100% / 2 - 20px);
  }
}

@media(max-width: 767px){
  .price-cards__card{
    width: 100%;
  }
}

.price-cards__card .price-cards__title,
.price-cards__card .price-cards__text,
.price-cards__card .price-cards__text *{
  color: inherit !important;
}
