.navbar .navbar-brand {
  font-weight: 700;
  letter-spacing: 0;
}

.hero-page .title,
.inner-page-header .title {
  font-weight: 700;
  letter-spacing: 0;
}

.hero-page .description,
.inner-page-header .description {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 28px;
}

.section-services .info {
  padding: 24px 10px;
}

.section-services .info p,
.description,
.card-description {
  line-height: 1.65;
}

.section-project-preview .card-background {
  min-height: 260px;
}

.page-header.page-header-small {
  min-height: 48vh;
}

.inner-page-header .content-center {
  max-width: 860px;
}

.solution-card,
.project-card {
  height: 100%;
}

.project-card .card-image img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.capability-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.capability-list li {
  border-bottom: 1px solid #f0eeee;
  padding: 12px 0;
}

.capability-list li:last-child {
  border-bottom: 0;
}

.contact-detail {
  margin-bottom: 24px;
}

.contact-detail .icon {
  float: left;
  font-size: 26px;
  margin-right: 14px;
}

.contact-detail p {
  margin-bottom: 0;
}

.footer .footer-nav ul li a {
  text-transform: none;
}

@media (max-width: 767px) {
  .hero-page .btn {
    margin-bottom: 10px;
  }

  .page-header .title {
    font-size: 2.1em;
  }

  .section-project-preview .card-background {
    margin-top: 20px;
  }
}
