.price-section {
  padding: 60px 0;
}



.price-section__head {
  margin-bottom: 32px;
}

.price-section__head h2 {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.2;
}

.price-section__head p {
  margin: 0;
  font-size: 18px;
  color: #666;
}

.price-table-wrap {
  overflow-x: auto;
  border-radius: 24px;
  border: 1px solid #e7e7e7;
  background: #fff;
}

.price-table {
  width: 100%;
  min-width: 1100px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.45;
}

.price-table th {
  padding: 18px 20px;
  background: #f5f5f5;
  text-align: left;
  font-weight: 700;
  color: #222;
  border-bottom: 1px solid #e7e7e7;
}

.price-table td {
  padding: 18px 20px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
  color: #333;
}

.price-table tbody tr:hover {
  background: #fafafa;
}

.price-table td:first-child {
  width: 44%;
}

.price-table td:nth-child(2),
.price-table td:nth-child(3) {
  width: 13%;
  color: #666;
}

.price-table td:nth-child(4) {
  width: 15%;
  white-space: nowrap;
}

.price-table td:nth-child(5) {
  width: 15%;
  color: #666;
}

.price-table strong {
  font-weight: 700;
  color: #111;
}

.price-table span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #777;
}

.price-table__section td {
  padding: 16px 20px;
  background: #222;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.price-table__section:hover {
  background: #222 !important;
}

@media (max-width: 768px) {
  .price-section {
    padding: 40px 0;
  }

  .price-section__head h2 {
    font-size: 28px;
  }

  .price-table {
    min-width: 900px;
    font-size: 14px;
  }

  .price-table th,
  .price-table td {
    padding: 14px 16px;
  }

.about_us_area {
overflow: auto;
}
}