/* tz-experience.css */

/* Section 1 */
#share-your-story-page .tzexp-sec1-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin: auto;
  position: relative;
}

#share-your-story-page .tzexp-sec1-img {
  flex: 0 1 auto;
  margin-left: auto;
}

#share-your-story-page .tzexp-sec1-text {
  position: absolute;
  margin-left: 17%;
  max-width: 345px;
}

#share-your-story-page .hero-matter {
  font-family: Poppins-SemiBold, sans-serif;
  color: #003865;
  margin-top: -15px;
}

#share-your-story-page .hero-matter h1 {
  font-family: Poppins-Black, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-size: clamp(1.5rem, 1.2143rem + 1.4286vw, 2.5rem);
}


/* Section 2  */
#share-your-story-page #tz-sec2 {
  background-color: #F5F5F5;
  min-height: 300px;
}

#share-your-story-page .sec2-matter {
  max-width: 828px;
  margin: auto;
  text-align: center;
  padding-top: 55px;
}

#share-your-story-page h2 {
  font-family: Poppins-Black, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  color: #003865;
  font-size: clamp(1.5rem, 1.2143rem + 1.4286vw, 2.5rem);
}

#share-your-story-page fieldset.cmp-form-options.cmp-form-options--radio {
  border: 0;
  text-align: center;
  max-width: 420px;
  margin: 40px auto;
}

#share-your-story-page legend.cmp-form-options__legend:after {
  content: '*';
  color: #D31246;
  margin-left: 2px;
  font-size: 13px;
  top: -4px;
  position: absolute;
}

#share-your-story-page legend.cmp-form-options__legend {
  display: inline-block;
  font-family: Poppins-Bold, sans-serif;
  float: left;
  color: #3C4242 !important;
  font-weight: 800 !important;
  font-size: 16px;
  position: relative;
}

#share-your-story-page label.cmp-form-options__field-label {
  font-size: 16px;
}

#share-your-story-page input#tzexpmatter_container {
  margin-left: 30px;
}



/* Section 3 */
#tzexp-sec3 .hero-matter h1 {
  padding-right: 50px;
}

#tzexp-sec3 .tzexp-sec1-text {
  position: absolute;
  margin-left: 17%;
  max-width: 400px;
}

#tzexp-sec3 .btn-container {
  margin-top: 25px;
}

@media screen and (max-width:992px) {

  .mobImg {
    display: block;
    width: 100%;
  }

  #share-your-story-page .tzexp-sec1-container {
    flex-direction: column;
  }

  #tzexp-sec3 .tzexp-sec1-container {
    flex-direction: column-reverse !important;
  }

  #share-your-story-page .tzexp-sec1-img {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  #share-your-story-page .tzexp-sec1-text {
    width: 100%;
    position: unset;
    max-width: 100%;
    margin: 0;
    padding: 25px;
  }

	/* */
  #share-your-story-page .sec2-matter {
    padding: 40px 20px 0;
  }

  #share-your-story-page legend.cmp-form-options__legend {
    display: inline-block;
    float: unset;
    position: relative;
  }

  #share-your-story-page fieldset.cmp-form-options.cmp-form-options--radio {
    border: 0;
    text-align: center;
    max-width: 251px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #share-your-story-page input#tzexpmatter_container {
    margin-left: 0px;
  }
}

@media screen and (min-width:376px) and (max-width:575px) {
  #share-your-story-page fieldset.cmp-form-options.cmp-form-options--radio {
    max-width: 290px;
    justify-content: center;
  }
}