
section {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section a:hover {
  text-decoration: underline;
}
section ul {
  list-style-type: disc;
}
section p {
  font-size: 1.5rem;
}
button {
  font-family: "Poppins", sans-serif;
  border: none;
  border-radius: 1rem;
  background-color: #1a6cc4;
  color: #fff;
  padding: 1rem;
  cursor: pointer;
}
.button-serv {
  width: 35%;
  margin: 0 auto;
}