.main-title-container {
  height: 160px;
  background-image: url('../images/related-bg.png');
  background-size: 100% 100%;
}

.main-title {
  font-size: 24px;
  font-weight: 500;
  color: #232423;

  width: 1200px;
  margin: auto;
  padding-left: 30px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.main-title-underline {
  width: 48px;
  height: 3px;
  background: #04592F;
  position: relative;
  left: 48px;
  margin-top:7px;
}

.page-container {
  background-color: #F2F5F4;
}

.main-page {
  width: 1200px;
  background-color: white;
  margin: auto;
  padding-bottom: 100px;
}
.right-menu-main{
  float:right;
  position:relative;
  top:25px;
  right:240px;
}
.right-menu-main.fixed{
  position:fixed;
  top:25px; 
  right:calc( (100vw - 1200px)/2 + 230px);
}
.right-menu-main .r-m-m{
  position:relative;
}

.right-menu-list {
  list-style: none;
  float: right;
  line-height: 40px;
  padding-left:0px;
  max-width:200px;
  position: absolute;
  top:22px;
}

.menu-border {
  height: 282px;
  width: 2px;
  background-color: #E2E5E4;
  float: right;
  position: absolute;
  right: 27px;
  top:0;
}

.menu-list-points {
  float: right;
  position: absolute;
  right: 23px;
  top:0;
  list-style: none;
}

.menu-list-item-points {
  height: 7px;
  width: 7px;
  border-radius: 7px;
  background-color: #E2E5E4;
  position: relative;
  left: 1px;
}

.menu-endpoints {
  height: 9px;
  width: 9px;
  border-radius: 9px;
  border: 2px solid #E3E6E5; 
  background-color: white;
}

.menu-tag {
  position: relative;
  bottom: 10px;
  right: 3px;
}

.right-menu-list > li {
  font-size: 16px;
  font-weight: 500;
  color: #4A4D4B;
  line-height: 40px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.right-menu-list a {
  text-decoration: none;
  color: #4A4D4B;
}

.page-section  {
  width: 880px; 
}

.page-title {
  font-size: 20px;
  font-weight: 400;
  color: #313332;
  text-align: center;
  padding-top: 48px;
}

.page-content {
  font-size: 16px;
  font-weight: 400;
  color: #4A4D4B;
  line-height: 40px;

  padding-left: 100px;
  margin-top: 23px;
  white-space: pre-wrap;
}