
h2 {
    text-transform: none;
}

header h1 {
  text-align: left;
  color: #000;
}

header h2 {
  text-align: left;
}

.app-icon {
  aspect-ratio: 1;
  width: 40%;
  max-width: 512px;
  display: block;
  margin: auto;
  border-radius: 12%;
}

.inner-header {
  background: url(/apps/lensy/img/background-pattern.svg);
  background-color: #f3f3f3;
  background-size: cover;
}

.main-nav a {
  padding: 20px 32px;
}

.team-leader-box {
  float: left;
  left: 50%;
  transform: translateX(-50%);
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
	.team-leader-box{ max-width:307px;}
}

/* Hero tagline + App Store badge */
.hero-tagline {
  margin: 18px 0 22px;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  max-width: 420px;
}

.app-store-badge {
  display: inline-block;
  line-height: 0;
}

.app-store-badge img {
  height: 48px;
  width: auto;
}

/* Feature list: keep icon and text aligned, give descriptions room */
.service-list-col2 p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #777;
}

/* Screenshots showcase */
.lensy-shot {
  margin: 0 0 40px;
  text-align: center;
}

.lensy-shot img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.lensy-shot figcaption {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 600;
  color: #444;
}

/* Closing call-to-action */
.get-lensy p {
  margin: 6px 0 24px;
  font-size: 16px;
  color: #555;
}