/* RGB */
/*------------------------------*/
/* title157 */
/*------------------------------*/
.title157-h2 {
  font-size: 22px;
  position: relative;
  z-index: 2;
}
.title157-h2::before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  z-index: -1;
}
.title157-h2 span {
  background: #FFFCF9;
  padding: 0 30px 0 0;
  position: relative;
}
.title157-h2 span::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -10px;
}



/* list */
.privacy-list{
  margin: 10px auto 10px 2em;;
  list-style:circle;
}

@media (max-width: 575px) {
  .title157-h2{
    color:#24593e;
    border-bottom: 1px #24593e solid;
    font-size: 16px;
  }
  .title157-h2 span{
    background: none;
  }
  .title157-h2::before ,.title157-h2 span::before {
    display: none;
  }
}
