.protocol {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  background-color: #f9fafb;
}
.protocol-title {
  width: 1200px;
  margin: 20px 0 60px;
  padding: 0 20px;
}
.protocol-title-first {
  color: #00a4c5;
}
.protocol-title img {
  width: 12px;
  height: 12px;
}
.protocol-content {
  width: 1200px;
  margin-bottom: 60px;
  padding: 60px 60px;
  background-color: #fff;
}
.protocol-content h2 {
  margin-bottom: 28px;
  color: #1a1b20;
  font-weight: 500;
  font-size: 32px;
}
.protocol-content h3 {
  margin-bottom: 28px;
  color: #1a1b20;
  font-size: 24px;
}
.protocol-content h4 {
  margin-bottom: 28px;
  color: #c1c1c1;
}
.protocol-content h5 {
  margin-bottom: 28px;
  color: #666;
  font-size: 24px;
}
.protocol-content p {
  margin-bottom: 28px;
  color: #666;
}
.protocol-content a {
  color: #00a4c5;
}
.protocol-content span {
  color: #00a4c5;
}

