.policy {
  width: 15rem;
  height: 61rem;
  margin: 0 auto;
  margin-top: 1rem;
  background-image: url('../image/contact/policy-image.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background: #B3EB48;
  border-radius: 0.1rem;
  border: 0.01rem solid #B3EB48;
  box-sizing: border-box;
}
.policy .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.5rem;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding: 1rem 0 0.5rem;
}