.error-title {
  color: red;
  font-size: 13px;
  margin-top: 4px;
  margin-bottom: 10px;
}
#contact_form button.btn-primary {
  background: #0000ff;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}
.privacy-terms {
  line-height: 38px;
}
.privacy-terms a {
  color: #ffffff;
  text-decoration: none;
}
.privacy-terms a:hover {
  text-decoration: underline;
}
.title-p {
  padding: 40px 0;
}
.title-p .section-title p {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.title-p .content h2 {
  font-size: 20px;
  margin-top: 24px;
  color: #0000ff;
}
.title-p .content p {
  line-height: 1.8;
  color: #333;
}
.logo {
  display: inline-block;
}
.logo h1 {
  font-size: 24px;
  margin: 0;
  line-height: 60px;
  white-space: nowrap;
}
.logo h1 a {
  color: #333;
  text-decoration: none;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  .logo h1 {
    font-size: 17px;
  }
}
/*# sourceMappingURL=style.css.map */