.pricing-column-wrapper {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Montserrat, sans-serif;
}

.card-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}

.body {
  font-family: Montserrat, sans-serif;
}

.card-content-wrapper {
  padding: 10px 30px 30px;
  box-shadow: 0 1px 20px -11px #000;
}

.price {
  font-size: 45px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}

.mini-legal {
  font-size: 11px;
  line-height: 1.1;
  text-align: center;
}

.button {
  width: 100%;
  margin-bottom: 20px;
  padding: 7px 20px 5px;
  background-color: #c00;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.pricing-wrapper {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-item {
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 1.5;
}

.list-item.not-included {
  color: rgba(0, 0, 0, 0.5);
}

.list-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
}

.pricing-columns-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-title {
  font-weight: 700;
  text-align: center;
}

.price-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  border-top: 2px solid #000;
}

.pricing-column.left-price {
  border-right: 2px solid #000;
}

.intro-copy {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.pricing-per-month {
  padding-right: 18px;
  padding-left: 10%;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .pricing-column-wrapper {
    max-width: 600px;
  }

  .card-content-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pricing-column {
    margin-bottom: 10px;
  }

  .image {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .card-content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pricing-column.left-price {
    margin-bottom: 20px;
    border-right-width: 0px;
  }
}