/* Race Core Systems overrides */

#header #logo h1 {
  font-size: 22px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 16px;
    letter-spacing: 0;
  }
}

#products {
  padding: 60px 0 40px 0;
}

#products h4 {
  font-weight: 700;
  color: #111;
}

#services.section-bg {
  background: #f7f7f7;
}

#products .product-feature {
  margin-bottom: 30px;
}

#products .product-feature .icon {
  float: left;
  background: #18d26e;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.5s;
}

#products .product-feature .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

#products .product-feature h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

#products .product-feature h4 a {
  color: #111;
}

#products .product-feature p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

#contact .contact-email {
  margin: 0 auto;
}

#footer .footer-info h3 {
  font-size: 24px;
  letter-spacing: 1px;
}

#footer .footer-contact a {
  color: #eee;
}

#footer .footer-contact a:hover {
  color: #18d26e;
}

#intro .btn-get-started {
  margin: 0 8px 10px;
}
