.rich-text-main {
  background: #000;
  color: #f5f5f5;
  margin: auto;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  width: 100%;
  max-width: 1380px;
  padding:12px 50px;
  display: flex;
  justify-content: start;
  align-items: stretch;
  box-sizing: border-box;
}


.rich-text-wrapper {
  width: 100%;
  max-width: 1080px;
  font-size: 15px;
  line-height: 1.6;
  color: #f5f5f5;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.rich-text-title {
  font-size: 22px;
  margin: 0 0 24px;
  color: #f5f5f5;
}

.rich-text-content {
  color: #d9d9d9;
  word-break: break-word;
}

.rich-text-content a {
  color: #fadb14;
}

.rich-text-content a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 824px) {
  .rich-text-main{
    padding:  16px !important;
  }
}
