body {

      padding-left: 0%;
      padding-right: 0%;
}

.h1_heading {
      font-weight: 600 !important;
      font-size: 2.25em !important;
      margin-bottom: 1em;
      text-align: left;
      color: #eceff1;
}

.h2_heading {
      font-weight: 300 !important;
      font-size: 1.5em !important;
      /* margin-bottom: 0.75em; */
      margin-bottom: 0.2em;
      text-align: left;
      color: #ffffff;
}

.card_explain {
      margin-top: 2em;
}

.email__input {
      width: 100%;
      font-size: 1.25em;
      border-radius: 8px;
      height: 1.8em;
      padding: 0.4em;
      border: #eceff1 2px solid;
}

.email__input:focus {
      outline: none;

}

.email__input:focus::placeholder {
      opacity: 0
}

.cta {
      margin-top: 0px;
}

.bottom-margin {
      margin-bottom: 0.2em;
}

.slim {
      font-weight: 300;
      font-size: 0.8em;
}

