/* comparison with reinforced concrete page css start */
.uhpx-table-sec {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .uhpx-table-sec {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .uhpx-table-sec {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .uhpx-table-sec {
    margin-bottom: 40px;
  }
}
.uhpx-table-sec .container .table-structure {
  display: flex;
}
@media (max-width: 767px) {
  .uhpx-table-sec .container .table-structure {
    display: none;
  }
}
.uhpx-table-sec .container .table-structure .left {
  width: 50%;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.uhpx-table-sec .container .table-structure .left p {
  color: #FFFFFF;
  background-color: #FF0000;
}
.uhpx-table-sec .container .table-structure .right {
  width: 50%;
  border-right: 1px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.uhpx-table-sec .container .table-structure .right p {
  color: #000000;
  background-color: #85CB33;
}
.uhpx-table-sec .container .table-structure h2 {
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 30px;
  background: rgba(255, 204, 0, 0.1411764706);
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.uhpx-table-sec .container .table-structure p {
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #000000;
  padding: 20px;
  margin: 0;
}
.uhpx-table-sec .container .table-wrap {
  display: none;
}
@media (max-width: 767px) {
  .uhpx-table-sec .container .table-wrap {
    display: flex;
    justify-content: center;
  }
}
.uhpx-table-sec .container .table-wrap table {
  margin: 0;
  border-spacing: 0;
  width: 100%;
}
.uhpx-table-sec .container .table-wrap table thead th {
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 700;
  background: rgba(255, 204, 0, 0.1411764706);
  border: 1px solid #000000;
  vertical-align: middle;
  padding: 15px;
  color: #000000;
}
.uhpx-table-sec .container .table-wrap table thead th:first-child {
  border-right: none;
}
.uhpx-table-sec .container .table-wrap table tbody tr td {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border: 1px solid #000000;
  background-color: transparent;
  vertical-align: middle;
  border-top: none;
}
.uhpx-table-sec .container .table-wrap table tbody tr td:first-child {
  border-right: none;
  color: #FFFFFF;
  background-color: #FF0000;
}
.uhpx-table-sec .container .table-wrap table tbody tr td:nth-child(2) {
  color: #000000;
  background-color: #85CB33;
}

/* comparison with reinforced concrete page css end *//*# sourceMappingURL=comparison.css.map */