@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
.mplus {
  font-family: "M PLUS 1", sans-serif;
}
.tit-lg {
  font-size: 100px;
  color: #71c22c;
  font-weight: bold;
}
.container-sm {
  max-width: 1030px;
}
.cont-green {
  height: 500px;
  background-color: #71c22c;
  position: relative;
}
.box-property {
  background-color: #fff;
  padding: 110px 45px 45px;
  position: relative;
}

.box-property .cicrle {
  width: 145px;
  height: 145px;
  background-color: #515151;
  font-size: 20px;
  color: #71c22c;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  position: absolute;
  left: 0px;
  top: -72px;
}

table.tbl-property th,
table.tbl-property td {
  padding: 20px;
  font-size: 16px;
  border: 1px solid #cccccc;
}

table.tbl-property th {
  background-color: #71c22c;
  vertical-align: middle;
  color: #fff;
  width: 180px;
  text-align: center;
}

table.tbl-property {
  margin-bottom: 60px;
}

a.btn-property {
  padding: 12px 15px;
  font-size: 16px;
  color: #fff;
  background-color: #71c22c;
  width: 280px;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #71c22c;
}
a.btn-property:hover {
    color: #71c22c;
    background-color: #fff;
}

.wrapper-box-property {
  margin-top: -340px;
}
.page-template-property .main-cont {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .tit-lg {
    font-size: 50px;
  }
  table.tbl-property th,
  table.tbl-property td {
    display: block;
    width: 100%;
    border: none;
    text-align: left;
  }

  table.tbl-property {
    border: 1px solid #ccc;
  }

  .box-property {
    padding: 110px 15px 45px;
  }

  .page_title .tit-lg {
    text-align: left;
  }
}
