.protocolWrap .header[data-v-812c5790] {
  display: flex;
  align-items: center;
  height: 80px;
  width: 100%;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  backdrop-filter: blur(36px);
  box-shadow: 0 10px 40px 0 rgba(177, 177, 177, 0.2);
  background-color: #fff;
  border-bottom: 1px solid #EBEBEB;
}
.protocolWrap .header .logo[data-v-812c5790] {
    width: 222px;
    height: 30px;
}
.protocolWrap .content[data-v-812c5790] {
  padding: 24px 0 105px 0;
}
.protocolWrap .content .main[data-v-812c5790] {
    margin: 0 auto;
    /* min-width: 1080px; */
    /* max-width: 1240px; */
    padding: 36px 40px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}
.protocolWrap .content .main h2[data-v-812c5790] {
      text-align: center;
      border-bottom: #E7E7E7 1px solid;
      margin: 0;
      padding-bottom: 16px;
      margin-bottom: 30px;
}
.protocolWrap .content .main p[data-v-812c5790] {
      text-indent: 2em;
      text-align: left;
      line-height: 150%;
      padding: 8px 0;
      box-sizing: border-box;
}

