.mix-plans {
  padding: 96px 0;
}
@media (max-width: 991px) {
  .mix-plans {
    padding: 64px 0;
  }
}
.mix-plans__label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
  color: #17171C;
  margin-bottom: 12px;
}
.mix-plans__title {
  margin: 0 0 48px;
}
@media (max-width: 768px) {
  .mix-plans__title {
    margin-bottom: 40px;
  }
}
.mix-plans__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 64px;
}
@media (max-width: 768px) {
  .mix-plans__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 40px;
  }
}
@media (max-width: 480px) {
  .mix-plans__list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.mix-plans__item_title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.2px;
  margin: 0 0 12px;
  max-width: 290px;
}
.mix-plans__item_description {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  color: #666666;
  max-width: 290px;
}
