.agreement {
  background: #26252d;
  padding: 40px 0 30px;
  /* overflow: hidden; */
  color: #fff;
  min-height: calc(100vh - 373px);
} 
.agreement .title {
  margin: 10px 0 30px 10px;
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
}
.agreement .title::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: -10px;
  width: 4px;
  height: 18px;
  background: #cea45a;
}
.agreement .border {
  display:block;
  flex: 1;
  height: 1px;
  margin-left: 6px;
  background: #bfbfbf;
}
.agreement p {
  font-size: 14px;
  word-wrap: break-word;
  margin-bottom: 15px;
  line-height: 24px;
  text-indent: 33px;
  /* letter-spacing: 1px; */
}