.btninsc{
  width: unset !important;
}
.card__priceb{
  font-size: 40px;
  font-weight: bolder;
  color: black;
  font-family: 'Poppins';
  letter-spacing: 0px;
}

.card--pricing {
    background-color: white;
    padding: 30px 40px;
    text-align: left;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 0.3em;
}

/*.card--pricing {
  background-color: #f7f7f7;
  padding: 60px 40px;
  text-align: left;
  margin-bottom: 30px;
  text-align: center;
}*/

.card--pricing hr {
  width: 100%;
  height: 3px;
  margin: 30px 0 30px;
  color: #eeeeee;
  background-color: #eeeeee;
}

.card__header {
  text-align: center;
}

.card__header h1,
.card__header h2,
.card__header h3,
.card__header h4,
.card__header h5,
.card__header h6 {
	margin-bottom: 10px;
}

.card__subtitle,
.card__body li {
  font-size: 14px;
}

.card__body ul,
.card__body li {
  padding: 0;
}

.card__body li {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}

.card__body .button {
  width: 100%;
  margin-top: 0px;
}

.card__price {
  line-height: 1;
  margin-top: 40px;
  letter-spacing: -0.02em;
}

.card__price:first-letter {
  margin-right: 7px;
  font-size: .5em;
  vertical-align: super;
}

@media screen and (max-width: 1139px) {
  .card--pricing {
    padding: 60px 20px;
  }
}
}