/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.container {
  width: 1350px;
  max-width: 95%;
  margin: 0 auto;
}
.user_agreement .text {
  width: 90%;
  margin-top: 20px;
}
.user_agreement .sec {
  margin: 30px 0;
}
.user_agreement .sec h1 {
  color: #fff;
  background-color: #16a085;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}
.user_agreement .text h3 {
  margin: 15px 0 5px;
}
.user_agreement ol {
  margin-left: 30px;
}