.Pricing-box.small .price {
  font-size: 30px;
}

.Pricing-box.smallest .price {
  font-size: 20px;
}

.table.checkout tr td {
  vertical-align: middle !important;
}

.table.checkout tr td span {
  font-size: 20px;
}

.table.checkout tr td p {
  margin-bottom: 0px;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

p {
  font-size: 16px;
  line-height: 25px;
}

.footer p {
  font-size: 14px;
  line-height: 20px;
}

#contact-site p {
  font-size: 14px;
  line-height: 20px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

