.text-list__item {
    color: #B9BABB;
    position: relative;
    color: black;
    text-align: left;
    border-bottom: 1px dashed rgba(111, 100, 100, 0.15);
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
 .price-item {
  text-align: center;
  background-color: rgba(142, 133, 133, 0.05);
  border-radius: 5px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  border: 1px solid black;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.price-item__header {
  background-color: var(--main);
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.price-item__header::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}

.price-item__header::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: 100%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}

.price-item__title {
  margin-bottom: 5px;
  color: white;
}

.price-item__thumb {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.price-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.price-item__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.price-item__body {
  border-top: 0;
  border-radius: 0 0 5px 5px;
}


.price-item__price-month {
  font-size: 15px;
  font-weight: 400;
}


.text-17 {
  width: calc(170px + 3.9vw) !important;
}

@media (min-width: 9700px) {
  .text-17 {
      width: 300px !important;
  }
}

.text-17 {
  font-size: calc(1.575rem + 3.9vw) !important;
}

@media (min-width: 1200px) {
  .text-17 {
      font-size: 4.5rem !important;
  }
}