.investment-section {
  /* background-color: #F5F5F7; */
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  /* margin-bottom: auto; */
  width: 60em;
  margin-top: 0;
  padding-top: 1em;
  /* text-align: center; */
  /* font-size: 20px; */
  /* letter-spacing: 1px; */
  /* font-weight: 500; */
  line-height: normal;
  word-spacing: 1px;
}

.section-heading {
  text-align: center;
  color: white;
  line-height: normal;
  margin-top: 0;
}


.page-body-risk-button {
  display: inline-block;
  margin-top: 1em;
  background-color: #FFFFFF;
  border-radius: 6px;
  color: #1D1D1F;
  padding: 10px 20px;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  z-index: 0;
}

.text-container {
  margin-bottom: 5vh;
  width: 63.5em;
}

.text-category p {
  margin: 1vh 0;
  /* line-height: 55.87px; */
  line-height: 30px;
  letter-spacing: 1px;
  word-spacing: 1px;
  text-align: justify;
}

@media screen and (max-width:768px) {
  .section-heading {
    font-size: larger;
  }

  .page-body {
    overflow-x: hidden;
    margin-top: 5vh;
  }

  .page-body-risk {
    margin: 10px;
  }

  .investment-section {
    width: 100%;
  }

  .circle-container {
    display: none;
  }
}