.content-width {
  max-width: 800px;
  margin: auto;

  margin: -10px auto;
  padding: 30px 0;
}

.cta-div {
  bottom: 0;
  width: 100%;
  padding: 15px 20px 25px 20px;
  background-color:white;
  position: fixed;
  z-index: 100;
  box-shadow: 0px -8px 5px -5px #cfcfcf;
}

.image_with_heatmap {
  max-width: 65%;
  margin: 20px auto 0 auto;
  display: block;
  border-radius: 4px;
}

#analysis_image_1 {
  max-width: 375px;
  /* max-width: 70%; */
}

#imageContainer {
  position: relative;
}

#analysis_image_2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}


@media only screen and (min-width: 1023px) {
  /* .header.scrolled { padding: 30px 0 !important; background: white; box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1); } */


  .content-width {
    max-width: 800px;
    margin: auto;
    padding: 0;
  }

  .cta-div {
    max-width: 800px;
  }

  .section__body {
    margin-top: 50px;
  }

  .image_with_heatmap {
    max-width: 35%;
    margin: 20px auto 0 auto;
    display: block;
    border-radius: 4px;
  }
}

.analysis-head {
  background-color: #75C6C7;
  height: 150px;
  width: 100%;
  display: block;
}

.analysis-text {
  padding: 50px 0px 0 30px;
  display: inline-block;
}

.analysis-content {
  padding: 30px 30px;
}

.result-bar {
  margin-bottom: 30px;
}

.custom-kit-box {
  margin: 15px auto;
  background-color: white;
  border-radius: 4px;
  padding: 20px;
}

.selfie-image {
  margin: 50px auto;
  max-width: 70%;
  display: block;
}

.questionnaire {
  max-width: 480px;
  margin: 10px 0 auto;
  padding: 10px 20px;
}

.question {
  margin-bottom: 15px !important;
  margin-top: 20px !important;
}

.options {
  margin: 0 auto;
}

.questionnaire-p {
  font-family: "Averta Std", serif;
}

.analyze-btn {
  margin: 0 auto !important;
  display: block !important;
}

.option {
  margin: 20px 0 auto;
  width: 100%;
  min-height: 50px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 15px;
  border: 0 none;
  border-radius: 0;
  font-family: "Averta Std", serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  transition: .3s;
  box-shadow: rgba(45, 45, 48, 0.06) 0px 1px 2px 0px;
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(237, 237, 240);
  min-height: 65px;
  line-height: 65px;
}

.option-with-image {
  text-align: left;
}

.goal-option {
  padding: 0px 25px !important;
  font-size: 15px !important;
}

.name-field::placeholder, .email-field::placeholder {
  color: grey;
}

@media only screen and (min-width: 1023px) {
  .questionnaire {
    max-width: 500px;
    margin: 100px auto;
  }

  .option {
    padding: 0px 30px;
  }

  .goal-option {
    padding: 0px 30px !important;
    font-size: 16px !important;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  /* font-family: "Averta Std", serif; */
  font-size: 15px;
  line-height: 1.4em;
  color: #525f7f;
}

.wrapper .main {
  padding-top: 110px !important; 
}

@media(max-width: 1023px) {
  #analysis_image_1 {
    /* max-width: 375px; */
    max-width: 70%;
  }  
	.wrapper .main {
		padding-top: 80px !important; 
	}
  .wrapper .header .header__menu.active {
    top: calc(100% + -7px);
  }
}

h1 {
  margin: 0 0 20px 0;
  font-size: 28px !important;
  font-weight: 500;
  color: #424874 !important;
  text-align: center !important;
  font-weight: 600 !important;
}

h2 {
  margin: 15px 0;
  color: #32325d;
  text-transform: uppercase;
  letter-spacing: 0.3px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif !important;
}

p {
  color: #4A4A4A;
}

@media only screen and (max-width: 325px) {
  .goal-option {
    padding: 0px 14px !important;
    font-size: 14px !important;
  }
}
