#policy-info-section-container {
  max-width: 980px;
  margin: 0 auto;

  .title {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .ctn-title {
    font-family: Hind;
    font-weight: bold;
    font-size: 16px;
    color: #18191b;
    line-height: 22px;
  }

  .ctn {
    font-family: Hind;
    font-weight: 400;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 26px;
		margin-bottom: 16px;

		&:nth-last-child(1) {
			margin-bottom: 0;
		}

    a {
      color: #ff4200;
      text-decoration: underline;

      &:hover {
        color: #d93800;
      }
    }

    i {
      font-weight: Bold;
      font-style: normal;
    }

    span {
      color: #FF4200;
    }
  }

  .ctn-list {
    list-style: disc;
    padding-left: 26px;
		margin-bottom: 16px;
  }

  .list-item {
    font-family: Hind;
    font-weight: 400;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 26px;

    &::marker {
      font-size: 14px;
    }

		&:nth-last-child(1) {
			margin-bottom: 0;
		}

    strong {
      font-weight: Bold;
    }

    a {
      color: #ff4200;
      text-decoration: underline;

      &:hover {
        color: #d93800;
      }
    }
  }

  .list-table {
    background-color: #F4F4F4;
    color: #000000;
    margin-bottom: 16px;

    th,
    td {
      border: 1px solid #18191B;
    }
  }
}

@media (max-width: 768px) {
  #policy-info-section-container {
    max-width: 100%;
    padding: 0 16px;

    .ctn-list {
      list-style: disc;
      padding-left: 18px;
    }

    .ctn {
      font-size: 14px;
      line-height: 22px;
    }

    .list-item {
      font-size: 14px;
      line-height: 22px;
      text-indent: 0;

      &::marker {
        font-size: 10px;
      }

      strong {
        font-weight: Bold;
      }

      a {
        color: #ff4200;
        text-decoration: underline;
      }
    }
  }
}
