.applanding {
  width: 100%;
  margin-left: auto;
  margin-right: auto;

  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  overflow: hidden;
}

.applanding-limitwidth {
  min-width: 650px;
  max-width: 1440px;
  width: 100%;

  background-color: #FFFFFF;
}

.applanding-container {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #F0F0F0;
  /* background: rgba( 255, 255, 255, 0.7 ) */

  line-height: normal;
}

.applanding-section-title {
  opacity: 100%;
  color: #21B0C6;

  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.applanding-section-description {
  opacity: 100%;
  color: #21B0C6;

  font-family: 'Dosis', sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.applanding-section-light-text {
  color: #FFFFFF;
}

.applanding-section-dark-text {
  color: #6D6E70;
}
