
.services {
  height: 100%;
}
h1 {
  font-size: 50px;
  color: black;
}
.serv {
  width: 100%;
  background: #ccc;
  align-items: center;
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: 50px;
}
.serv h3 {
  text-align: center;
  font-size: 30px;
}
.serv h3:after {
  content: "";
  height: 4px;
  width: 350px;
  background-color: #332549;
  border-radius: 10px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.serv p {
  text-align: center;
  font-size: 15px;
  color: #332549;
}
