.tariff-services__item {
  margin-bottom: 24px;
}

.tariff-services__item-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.tariff-services__item-inner > div:last-child {
  min-width: 300px;
}

.tariff-services__item-price {
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  color: rgba(97, 95, 251, 1);
  margin: 0;
}

.tariff-services__item-limit b {
  color: rgba(97, 95, 251, 1);
}

@media screen and (max-width: 768px) {
  .tariff-services__item-inner {
    flex-wrap: wrap;
  }
}
