.page {
  z-index: 1;
  position: relative;
  width: 100vw;
  min-height: 100vh;
  background-color: #E3EDFE;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
}

.section1 {
  z-index: auto;
  width: 100vw;
  min-height: 100vh;
  box-sizing: border-box;
  padding-bottom: 12.71vw;
  display: flex;
  flex-direction: column;
}

.section3 {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  align-self: center;
  margin: 3.13vw auto;
  width: 62.5vw;
  justify-content: flex-start;
  padding: 2.61vw 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.section4 {
  width: 56.25vw;
  display: flex;
  flex-direction: column;
}

.img1 {
  width: 8.34vw;
  height: 1.15vw;
  align-self: center;
}

.txt1 {
  display: block;
  color: #533DA8;
  font-size: 1.45vw;
  font-family: Arial;
  font-weight: bold;
  line-height: 1.67vw;
  text-align: center;
  align-self: center;
  margin-top: 0.63vw;
}

.infoBox1 {
  display: block;
  color: #27204B;
  font-size: 0.93vw;
  font-family: Arial;
  line-height: 1.36vw;
  text-align: left;
  margin-top: 1.88vw;
}

.infoBox2 {
  display: block;
  color: #27204B;
  font-size: 0.93vw;
  font-family: Arial;
  line-height: 1.36vw;
  text-align: left;
  margin-top: 0.32vw;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
}

.bd2 {
  align-self: flex-start;
  margin-top: 1.88vw;
  box-sizing: border-box;
  font-size: 0;
}

.txt2 {
  font-size: 1.14vw;
  font-family: Arial;
  font-weight: bold;
  color: #533DA8;
  line-height: 1.25vw;
  margin-top: 1.05vw
}

@media screen and (max-width: 960px) {
  html {
    font-size: 55px;
  }

  .section1 {
    padding-bottom: 4rem;
  }

  .section3 {
    width: 90%;
  }

  .section4 {
    width: 84%;
  }

  .img1 {
    width: 1.6rem;
    height: auto;
  }

  .txt1 {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }

  .infoBox1,
  .infoBox2 {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }

  .txt2 {
    font-size: 0.22rem;
    line-height: 0.24rem;
  }

}