.set-one {
  margin-left: auto;
  margin-right: auto;
  width: 60em;
  text-align: justify;
  line-height: 25px;
  word-spacing: 1px;
  margin: auto;
}

.Research-content {
  overflow: hidden;
}

.research-image {
  margin-top: -5em;
  float: right;
  padding: 2.5em;
}

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

.page-body-risk-button:before {
  content: '';
  background: linear-gradient(115deg, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.page-body-risk-button:active {
  color: white;
  font-weight: 600;
}

.page-body-risk-button:active:after {
  background: transparent;
}

.page-body-risk-button:hover:before {
  opacity: 1;
}

.page-body-risk-button:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.big-text {
  font-size: xx-large;
  font-weight: bold;
  margin-bottom: 0.2em;
  margin: 1vh 0;
  /* line-height: 55.87px; */
  line-height: 30px;
  letter-spacing: 1px;
  word-spacing: 1px;
  text-align: justify;
}

.small-text {
  font-size: larger;
}

.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) {
  .research-image {
    width: auto;
    margin: 0;
    float: none;
    height: 63vw;
  }

  .Research-content,
  .set-one {
    width: 100%;
  }

  /* .text-category{width: min-content;} */
  /* .text-category p{text-wrap: wrap;} */

}