.property__title {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  font-weight: 400;
}

.property__subtitle {
  font-size: 20px;
  line-height: 24px;
  margin-top: 50px;
  text-align: center;
  font-weight: 400;
}

.table-section {
  max-width: 700px;
  margin: 40px auto 0;
  background: white;
}

.table-section--general {
  margin-top: 50px;
}

.table-section__title {
  background-color: #0f3d1c;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
}

.property-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  margin: 20px auto 0;
  border-radius: 8px 0 0 8px;
}

.property-table__row {
  border-bottom: 1px solid #cbcbcb;
}

.property-table__row:last-child {
  border-bottom: none;
}

.property-table__label {
  width: 120px;
  background-color: #0f3d1c;
  color: #fff;
  padding: 4px 10px;
  height: 40px;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.property-table__value {
  width: calc(100% - 120px);
  font-size: 12px;
  line-height: 16px;
  padding: 4px 0 4px 10px;
  color: #313131;
  word-break: break-word;
  text-align: left;
  font-weight: 300;
}

.property-table__comment {
  display: block;
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
}

.property-table th,
.property-table td {
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.5;
}

.property__font--l {
  font-size: 140%;
  font-weight: 600;
}

@media (min-width: 768px) {

  .property-table th,
  .property-table td {
    vertical-align: middle;
    font-size: 18px;
  }

  .property {
    padding-top: 82px;
  }

  .property__subtitle {
    font-size: 24px;
    line-height: 28px;
    margin-top: 37px;
    text-align: left;
  }

  .table-section {
    max-width: 984px;
    margin: 40px auto 0;
    background: white;
  }

  .table-section--general {
    margin-top: 83px;
  }

  .property-table {
    margin: 12px auto 0;
  }

  .property-table__label {
    width: 148px;
    background-color: #0f3d1c;
    color: #fff;
    padding: 4px 10px;
    height: 60px;
    font-weight: 400;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .property-table__value {
    width: calc(100% - 148px);
    font-size: 14px;
    line-height: 20px;
    padding: 4px 0 4px 10px;
    color: #313131;
    word-break: break-word;
    text-align: left;
    font-weight: 300;
    height: 60px;
    vertical-align: middle;
  }
}