td, th {
  /* border: 1px solid black; */
}
.rent-table td, .rent-table th{
  padding: 15px;
  border-bottom: 1px solid #c2d3de;
}

table{
  border-collapse: collapse;
}

.rent-background{
  width: 100%;
  background-color: #c2dede;
  padding: 30px;
}
.rent-table{
  width: 100%;
  max-width: 700px;
  margin: auto;
  background: white;
  border-radius: 10px;
}

.rent-table th:nth-child(2){
  width: 400px;
}