.pricing {

}

.pricing .pricing-width {
  width: 1144px
}

.pricing h4 {
  font-size: 20px;
  color: #25272D;
  letter-spacing: 1.43px;
  text-align: justify;
  margin: 50px 0 0 0;
}

.pricing table {
  width: 1140px;
  border: 1px solid #E6E6E6;
  margin: 45px 0 25px 0;
}

.pricing table:first-of-type {
  width: 1140px;
  border: 1px solid #E6E6E6;
  margin: 45px 0 35px 0;
}

.pricing table:last-of-type {
  width: 1140px;
  border: 1px solid #E6E6E6;
  margin: 45px 0 75px 0;
}

.pricing .table-center {
  text-align: center;
}

.pricing .table-left {
  text-indent: 20px;
}

.pricing table thead th {
  height: 52px;
  background-color: rgb(230, 230, 230, 0.5);
  border-radius: 2px 2px 0 0;
  border: 1px solid #E6E6E6;
}

.pricing table tr td {
  border: 1px solid #E6E6E6;
  height: 52px
}

.pricing table tr td:last-of-type {
  height: 50px;
  border-radius: 2px 2px 0 0;
  border: 1px solid #E6E6E6;
}

.pricing p {
  font-size: 14px;
  letter-spacing: 0.06px;
  line-height: 28px;
  margin: 0;
  text-align: justify;
}
