body {
  background: #fff;
  font-family: "Avenir Next", sans-serif;
  font-weight: 300;
}

h1,
h2 {
  margin-top: 10px;
  font-size: 42px;
  font-weight: 300;
  line-height: 54px;
}

img {
  max-width: 100%;
}

::-moz-selection {
  background: #b44e4a;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #b44e4a;
  color: #fff;
  text-shadow: none;
}

/***** Top content *****/

.top-content {
  margin: 0 auto;
  text-align: left;
  color: #000;
  background-size: cover;
  background-position: center center;
  background-image: url(/assets/members/img/studio.jpg);
}

.inner-bg::before {
  content: ".";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9ecebf;
  mix-blend-mode: screen;
}

.top-content .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap-reverse;
}

.inner-bg {
  padding: 80px 0;
  position: relative;
}

.top-content .phone {
  width: 308px;
  margin: 0 auto;
  text-align: center;
}

.top-content .description {
  margin: 40px 0 10px 0;
  font-size: 22px;
  line-height: 36px;
}

.top-content .top-button {
  margin-top: 40px;
}

/***** Feature blocks *****/
.feature-block {
  margin: 0 1em;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 3em 0;
  border-bottom: 1px dotted #a8f6cf;
}

.feature-block__text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  margin: 0 2em;
  margin-top: -3em;
}

.feature-block__link {
  display: inline-block;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  color: #48d6af;
  font-size: 1.4em;
  font-weight: 500;
  cursor: pointer;
}

.feature-block:last-child {
  border-bottom: none;
}

.feature-block__title {
  font-size: 2.5em;
  line-height: 1.5;
}

.feature-block__icon {
  display: block;
  font-size: 150%;
}

.feature-block__image-container {
  text-align: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 620px) {
  .feature-block__image-container {
    display: none;
  }

  .feature-block__text {
    text-align: center;
    min-width: auto;
    margin: 0;
  }

  .feature-block__icon {
    margin-bottom: 0.25em;
  }
}

.feature-block__image {
  max-width: 200px;
}

.feature-block .col-sm-5 {
  text-align: center;
}

/***** Footer *****/

footer {
  padding: 1em 0 2em;
  background: #48d6af;
  margin-top: 2em;
}

footer .container .row {
  display: flex;
  align-items: center;
}

.social {
  text-align: center;
  margin: 0;
}

footer .play-store-badge {
  margin: 0px -12px;
}

.footer-links {
  padding: 0;
  list-style: none;
  margin: 0;
  line-height: 2;
  font-size: 1.2em;
}

footer .footer-links__link a {
  color: white;
}
