.fap-container {
  width: 1200px;
  margin: 80px auto 0;
  margin-bottom: 80px;
}

.fap-header {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 32px;
  padding-top: 80px;
  margin-bottom: 56px;
}

.fap-header-date {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  margin-bottom: 17px;
  display: flex;
}

.fap-header-date img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.fap-header-title {
  font-size: 48px;
  font-weight: bold;
  line-height: normal;
  color: #000000;
}

.fap-content {

  .block {
    .block-title {
      font-family: Montserrat;
      font-size: 36px;
      font-weight: 600;
      color: #000000;
    }

    .block-content {
      .block-content-text {
        font-family: Montserrat;
        font-size: 18px;
        font-weight: normal;
        line-height: 27px;
        color: #000000;
        margin-top: 20px;

        &>li {
          /* margin-bottom: 10px; */
          margin-left: 30px;
          list-style: disc;
        }
      }

      .block-content-img {
        width: 844px;
        object-fit: contain;
      }
    }

  }
}