.manifesto_title {
  text-align: center;
}

.manifesto_bg {
  background-color: #f5f7f8;
  background-image: url(../../img/sub/manifesto_bg.jpg);
  background-position: center;
  position: relative;
}

.manifesto_bg::before {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.con_bg li {
  padding: 15px 0;
}

.con_bg li p span {
  margin-right: 20px;
  font-weight: 700;
}

.manifesto_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.manifesto_leftcon {
  width: 30%;
}

.manifesto_rightcon {
  width: calc(70% - 50px);
}

.manifesto_rightcon li {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.manifesto_rightcon span {
  margin-right: 20px;
}

.sign_box {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign_box img {
  width: 100px;
  margin-left: 10px;
}

.sign_txt span {
  margin-left: 20px;
}

.sign_txt > p {
  margin-bottom: 10px;
}

.btn_link {
  float: left;
  color: #212529;
}

.btn_link i {
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  br {
      display: none;
  }

  .manifesto_leftcon,
  .manifesto_rightcon {
      width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .manifesto_rightcon span {
      margin-right: 10px;
  }

  .sign_box {
      flex-direction: column;
  }

  .sign_txt > p span {
      display: block;
  }
}
