.servicess {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
h1 {
  color: #333;
}
p {
  font-size: 16px;
  color: #666;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
th,
td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}
th {
  background-color: #81a969;
  color: white;
}
.cta {
  margin-top: 20px;
  padding: 15px;
  background: #81a969;
  color: white;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}
.cta:hover {
  background: #6d8c57;
}
