.titleBox1 {
  align-items: center;
}
.titleBox2 .cards {
  border-radius: 10px;
  border: 1px solid #efefef;
  background-color: #fafafa;
  padding: 20px;
}
.titleBox2 .cards h3 {
  margin-bottom: 20px;
}
.titleBox2 .cards p {
  line-height: 2rem;
  margin-bottom: 20px;
}
.titleBox3 {
  margin-top: 30px;
  justify-content: center;
}
.titleBox3 p {
  text-align: center;
}
.titleBox3 img {
  width: 100%;
}
.titleBox4 img {
  display: block;
  margin: 50px auto 20px;
}
.titleBox4 .col-md-6 {
  margin-bottom: 20px;
}
.titleBox4 .cards {
  height: 100%;
}
.titleBox4 .cards h5 {
  font-size: 1.3rem;
}
.services-flex {
  grid-template-columns: 1fr 1fr;
}
#contactForm input {
  margin-bottom: 0;
}
#contactForm .error-message {
  background-color: transparent;
  color: red;
  margin-top: 0;
  margin-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */