h2 {
    color: black;
    text-align: center;
    font-weight: bold;
  }
  
  body {
    overflow-x: hidden;
  }
  .property-block {
    border: 2px solid #ccc;
    padding: 20px;
    width: 70%;
    margin: 0 auto;
  }
  
  .property-block h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color:black;
    text-align:left;
    font-family: Roboto,Arial,Helvetica,sans-serif;
  }
  
  .list-group-item::before {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-right: 10px;
      background-color: #333;
    }
  .property-block ul {
    list-style-type: square;
    margin: 0;
    padding: 0;
  }
  
  
  .property-block li {
    margin-bottom: 5px;
  }
  .fs-4
  {
    margin-left: 3rem;
  }
  .firsttext
  {
  position: relative;
   /* top: 2rem; */
   right:40px;
  line-height: 2.4;
  text-align: justify;
    text-justify: inter-word;
  
  }
  table {
      width: 70%;
      border-collapse: collapse;
      border: 1px solid black;
      margin-top:3rem;
      margin-bottom:3rem;
      margin-left:8.5rem;
      
      
    }
  
    th, td {
      padding: 10px;
      text-align: left;
      border: 1px solid #ddd;
      font-size:15px;
      color:black;
      
    }
  
    th {
      background-color: #E0E0E0;
    
    }
    td
    {
      /* background-color: #D3D3D3; */
     
    }
  
    @media (max-width: 767px) {
      th, td {
        display: block;
        width: 100%;
      }
  
    }