/* 1000 user base layout */
.__1000-user {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0px 40px;
}

.__1000-user .__title-img-wrapper,
.__1000-user .__button-wrapper {
  display: flex;
  flex: 1 1 100%;
}

.__1000-user .__title-wrapper {
  width: 100%;
}

.__1000-user .__title-wrapper .__title {
  width: 100%;
  padding: 25px 0px;
  text-align: center;
  font-weight: 700;
  font-size: 3em;
  letter-spacing: 0.08em;
  max-width: 100%;
}

.__1000-user .__description-wrapper,
.__1000-user .__notification-wrapper,
.__1000-user .__title-img-wrapper,
.__1000-user .__button-wrapper {
  max-width: 600px;
  width: 100%;
  margin-bottom: var(--row-gap-3);
  color: var(--white);
}

/* notification panel */

.__1000-user .__notification-wrapper .__notification {
  background-color: var(--shadow-grey);
  padding: 15px 20px;
  width: 100%;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  border-radius: 5px;
  color: #62728c;
}

.__1000-user .__notification-wrapper h4 {
  line-height: 1.5;
  margin: 0;
  margin-bottom: 10px;
}

/* description panel */

.__1000-user .__description-wrapper .__description {
  width: 100%;
  color: var(--white);
}

.__1000-user .__description-wrapper h4 {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.__1000-user .__button-wrapper .--btn-cta {
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
  color: var(--white);
  background-color: #34be91;
  text-decoration: none;
  box-shadow: 0px 5px #30a57b;
}

.__1000-user .__button-wrapper .--btn-cta:hover {
  background-color: #32b88b;
}

.__1000-user .__button-wrapper .--btn-cta .rocket-icon {
  margin-right: 10px;
  width: 45px;
}

.__1000-user .__row {
  display: flex;
  flex: 1;
  margin-bottom: 10px;
}

.__1000-user .__row .__title {
  font-size: 1.2em;
  font-weight: bold;
}

.__1000-user img.info {
  width: 35px;
  margin-right: 10px;
}

.__1000-user .__row ul {
  margin: 0;
}

.__1000-user .--inline {
  display: flex;
  flex-direction: row;
}

.__1000-user .--vcenter {
  align-items: center;
}

/* responsive break points  */

@media only screen and (max-width: 767px) {
  .__1000-user .__description-wrapper .__description {
    padding: 25px;
  }

  .__1000-user .__description-wrapper h3 {
    font-size: 1.5em;
  }

  .__1000-user .__title-wrapper .__title {
    font-size: 2.3em;
  }

  .__1000-user .__button-wrapper .--btn-cta {
    font-size: 1.2em;
  }
}
