.pricetable {
  margin-top: 100px;
  margin-bottom: 100px;
}

.pricetable h2 {
  margin-bottom: 50px;
  text-align: center;
}

.pricing-table-column {
  box-shadow: 0 0 0 1px rgba(0,0,0,.05);
  flex-grow: 1;
  -webkit-flex-basis: 320px;
  flex-basis: 320px;
  background: #fff;
  min-width: 160px;
  max-width: 320px;
  text-align: center;
  position: relative;
  margin: 0 10px;
  margin-right: 10px;
  margin-left: 10px;
  z-index: 1;
}

.ribbon-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.ribbon {
  background: #fff;
  background-color: #006063;
  color: #ffffff;
  position: absolute;
  display: block;
  top: 18px;
  right: -30px;
  width: 128px;
  padding: 9px 20px 8px;
  margin: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 31px;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.title {
  color: rgb(60, 61, 66);
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.feature {
  height: 32px;
  font-size: 13px;
  color: rgb(91, 94, 105);
  font-weight: 400;
  line-height: 16px;
  position: relative;
  box-sizing: border-box;
  border-width: 5px;
  border-top: 1px solid rgba(0,0,0,.05);
  padding-top: 6px;
  text-align: left;
  justify-content: left;
}

.features span {
  margin-left: 8px;
}

.price {
  text-align: center;
}

.amount sup {
  font-size: 16px;
  color: #006063;
}

.amount span {
  font-size: 32px;
  font-weight: 400;
  color: #006063;
}

.amount {
  line-height: 1.2;
}

.period {
  color: #7f8588;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.pricing-table-column-item {
  display: block;
  position: relative;
  margin: 32px 0;
  box-sizing: content-box;
}

.features {
  height: 320px;
}

.pricetable .btn {
  height: 40px;
  line-height: 38px;
  padding: 0 40px;
  font-size: 17px;
  border: 1px solid transparent;
  font-weight: 500;
  box-sizing: border-box;
  display: inline-block;
  outline: none;
  min-width: 100px;
  max-width: 100%;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 4px;
  opacity: 1;
}

.pricetable .btn:hover {
  filter: brightness(115%);
  background-color: #006063;
}

.button-caption {
  color: #7f8588;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 12px;
}

.featured-column {
  box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 6px 20px rgba(0,0,0,.15);
  margin-top: -20px !important;
  margin-bottom: -20px !important;
  z-index: 3;
  margin-left: -10px;
  margin-right: -10px;
  border-radius: 16px;
}

@media (max-width: 576px) {
  .featured-column {
    box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 6px 20px rgba(0,0,0,.15);
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    z-index: 3;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 16px;
  }
}

.column-left {
  border-radius: 16px 0 0 16px;
}

.column-right {
  border-radius: 0 16px 16px 0;
}

@media (max-width: 576px) {
  .column-right {
    border-radius: 16px;
  }
}

@media (max-width: 576px) {
  .column-left {
    border-radius: 16px;
  }
}

