html {
  scroll-behavior: smooth;
}
p.title{
  font-size: 0.45rem;
  font-weight: bold;
  color: #004f8d;
  margin: 0.66rem auto 0.87rem auto;
  text-align: center;
}
p.title::after{
  content: "";
  display: block;
  width: 0.36rem;
  height: 0.07rem;
  background-color: #004f8d;
  margin: 0.35rem auto 0 auto;
}
.content{
  display: flex;
  justify-content: center;
  margin: 0 auto 1.05rem auto;
  width:100%;
}
.content img {
  max-width: 100%;
}