.middleTemplate {
  padding-top: 3rem;
  width: 100%;
  min-height: 100vh;
  background-color: #F1F8FF;
  display: flex;
}

.page-template {
  padding: 0;
  background-color: #F1F8FF;
}

.page-sidebar{
  width: 15rem;
  height: 100%;
  padding-top: 5.5rem;
  padding-bottom: 2.5rem;
  box-sizing: border-box;
  flex-shrink: 0;
}
.page-container {
  display: flex;
  width: 100%;
}

.page-content {
  flex: 1 1 0;
  width: 100%;
  padding: 3rem;
  padding-top: 2.5rem;
}

.paragraph-image  img {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  border-radius: 4px;
}


.page-content h2 {
  font-family: HarmonyOS_Sans_SC;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

.page-content p {
  opacity: 0.7;
  font-family: HarmonyOS_Sans_SC;
  font-weight: 400;
  font-size: 0.75rem;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.25rem;
  margin-bottom: 2.5rem;
}
