.pricing-card-big {
  background-color: #f6f7f8;
  -webkit-box-shadow: 0 2rem 2.5rem -0.5rem rgba(0, 0, 0, 0.1), 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.04);
          box-shadow: 0 2rem 2.5rem -0.5rem rgba(0, 0, 0, 0.1), 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.04);
  padding: 4rem 2rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.pricing-img {
  background-color: #263c53;
  height: 15rem;
  width: 15rem;
  margin: auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pricing-img img {
  width: 50%;
}

.pricing-title {
  font-size: 2.8rem;
  text-align: center;
  text-transform: capitalize;
  margin: 2rem 0 0;
}

.pricing-btn {
  padding: 0.8rem 1.6rem;
  margin-top: 2rem;
}

.pricing-list {
  border-top: 1px solid rgba(38, 60, 83, 0.4);
  border-bottom: 1px solid rgba(38, 60, 83, 0.4);
  padding: 2rem 0;
  margin: 2rem 0 0;
}

.pricing-list-item {
  font-size: 1.4rem;
}

@media (max-width: 61.99em) {
  .pricing-list-item {
    font-size: 1.6rem;
  }
}

@media (max-width: 47.99em) {
  .pricing-list-item {
    font-size: 1.8rem;
  }
}

.pricing-card-dark {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#263c53), to(#152231));
  background-image: linear-gradient(to bottom right, #263c53, #152231);
  -webkit-transform: scale(1);
          transform: scale(1);
  padding: 6rem 2rem;
  -webkit-box-shadow: 0 2rem 4rem 0rem rgba(0, 0, 0, 0.4), 0 1rem 3rem 0rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 2rem 4rem 0rem rgba(0, 0, 0, 0.4), 0 1rem 3rem 0rem rgba(0, 0, 0, 0.15);
}

.pricing-card-dark .pricing-img {
  background-color: #f6f7f8;
}

.pricing-card-dark .pricing-list {
  border-top: 1px solid rgba(246, 247, 248, 0.2);
  border-bottom: 1px solid rgba(246, 247, 248, 0.2);
}

.pricing-card-dark .pricing-list-item {
  color: #f6f7f8;
}
/*# sourceMappingURL=pricing.css.map */