.nc-section {
  background: #fff;
  padding: 80px 0;
}

.nc-row {
  display: flex;
  align-items: stretch;
}

.nc-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Headline */
.nc-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.35;
  color: #111;
  margin: 0;
}

/* List */
.nc-list {
  list-style: disc;
  padding-left: 18px;
  margin: 0;
}

.nc-list li {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 6px;
}

/* Paragraphs */
.nc-text {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 16px;
}

/* Mobile */
@media (max-width: 991px) {
  .nc-title {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .nc-col {
    margin-bottom: 28px;
  }
}


.law-best {
  width: 100%;
  min-height: 620px;
}

.law-best-wrap {
  display: flex;
  min-height: 620px;
}

/* LEFT RED */
.law-left {
  width: 50%;
  background-color: #152943
;

  color: #fff;
  display: flex;
  align-items: center;
  padding: 80px 70px;
}

/* RIGHT BLACK */
.law-right {
  width: 50%;
  background:
    linear-gradient(rgba(15, 15, 15, 0.93), rgba(15, 15, 15, 0.93)),
    url("/images/contract.png") center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 80px 70px;
}

.law-content {
  max-width: 520px;
}

/* TEXT */
.law-left h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.law-left p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* PROGRESS */
.law-bars {
  max-width: 420px;
}

.bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 6px;
}

.bar {
  height: 3px;
  background: rgba(255,255,255,0.35);
  margin-bottom: 18px;
}

.bar span {
  display: block;
  height: 100%;
  background: #fff;
}

/* RIGHT POINTS */
.law-point {
  margin-bottom: 40px;
}

.law-point h4 {
  position: relative;
  padding-left: 22px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 24px;
}

/* POINT (DOT) */
.law-point h4::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #cfcfcf;
  font-size: 22px;
  line-height: 1;
}




/* MOBILE */
@media (max-width: 991px) {
  .law-best-wrap {
    flex-direction: column;
  }

  .law-left,
  .law-right {
    width: 100%;
    padding: 60px 30px;
  }
}
