.commonAgreement {
  font-size: 14px;
  padding: 0 14px;
}
.commonAgreement .title1 {
  font-size: 18px;
  font-weight: 700;
}
.commonAgreement .title2 {
  font-size: 15px;
  font-weight: 700;
  margin: 14px 0;
}
.commonAgreement .title3 {
  font-size: 14px;
  font-weight: 700;
  margin: 14px 0;
}
.commonAgreement .center {
  margin: 0 auto;
  text-align: center;
}
.commonAgreement p {
  font-size: 14px;
  line-height: 1.5;
}
.commonAgreement .image {
  margin: 14px 0;
}
.commonAgreement img {
  width: 100%;
  object-fit: cover;
}
