.price-box {
  border-radius: 30px;
}
.card__content {
  position: relative;
  padding: 40px 30px;
  border-radius: 20px;
}
.card__header-subtitle {
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.card__pricing {
  position: absolute;
  right: 40px;
  top: -12px;
  text-align: center;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 2px;
  border-top-right-radius: 3px;
}

.card__pricing::after, 
.card__pricing::before {
  content: '';
  position: absolute;
}

.card__pricing::after {
  width: 100%;
  left: 0;
  clip-path: polygon(100% 0, 0 0, 51% 100%);
}
span.card__pricing-symbol {
  font-size: 21px;
  font-weight: 400;
}
.card__pricing::before {
  width: 14px;
  height: 12px;
  top: 0;
  left: -14px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.card__content ul.card__list li {
  margin-bottom: 17px;
}
.card__content ul {
  padding-left: 28px;
}
.price-btn {
  margin-top: 44px;
}

.price-btn a.cta_button {
  padding-top: 16px;
}
@media(min-width: 1366px){
  .price-btn a.cta_button {
    padding-bottom: 16px;
    padding-bottom: 16px;
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media(min-width: 481px){
  .card__pricing {
    width: 116px;
    height: 125px;
  }
  .card__pricing-month {
    display: block;
    font-size: 22px;
    line-height: 10px;
    margin-top: 12px;
  }
  .card__pricing-symbol {
    font-size: 16px;
  }
  .card__header-title {
    padding-top: 40px;
    margin-bottom: 15px;
  }
  .card__pricing-number {
    font-size: 32px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 0px;
    line-height: 24px;
  }
  .card__content ul {
    padding-top: 26px;
  }

  .card__pricing::after {
    height: 43px;
    bottom: -42px;
  }
}
@media(max-width: 480px){
  .card__pricing {
    width: 80px;
    height: 75px;
    top: -16px;
  }
  .card__pricing-month {
    display: block;
    font-size: 14px;
    line-height: 10px;
    margin-top: 12px;
  }
  .card__pricing-number {
    font-size: 22px;
    font-weight: 600;
  }
  .card__header-title {
    padding-top: 10px;
    margin-bottom: 1px;
  }
  .card__content ul {
    padding-top: 5px;
  }
  .card__pricing::after {
    height: 30px;
    bottom: -29px;
  }
}


/* .card__header-title h3,
.card__pricing{
-webkit-transition: .5s all ease-in-out 0s;
-o-transition: .5s all ease-in-out 0s;
transition: .5s all ease-in-out 0s;
}
.price-box:hover .card__header-title h3 {
text-align: right;
-webkit-transition: .5s  all ease-in-out 0s;
-o-transition: .55s all ease-in-out 0s;
transition: .55s all ease-in-out 0s;
}
.price-box:hover .card__pricing {
left: 40px;
-webkit-transition: .5s all ease-in-out 0s;
-o-transition: .5s all ease-in-out 0s;
transition: .5s all ease-in-out 0s;
} */