section.conflict-resolution-section {
  background: #fff;
  padding: 96px 0;
  overflow: hidden;
}

section.conflict-resolution-section .section-title {
  margin-bottom: 48px;
}

section.conflict-resolution-section .section-title h2 {
  color: #012d4b;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 0;
}

.conflict-resolution-section table thead {
  background: #222e50;
  color: #fff;
}

.conflict-resolution-section table thead th {
  padding: 24px;
  vertical-align: middle;
}

.conflict-resolution-section table thead th svg {
  margin-right: 4px;
}

.conflict-resolution-section table thead th span {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}

.conflict-resolution-section table thead th:first-child {
  border-top-left-radius: 24px;
}

.conflict-resolution-section table thead th:nth-child(2) {
  background: #5d8aa8;
  max-width: 166px;
  width: 166px;
  margin: 0 auto;
  text-align: center;
}

.conflict-resolution-section table thead th:last-child {
  border-top-right-radius: 24px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #eef2f6;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: #f8fafc;
}

.conflict-resolution-section table tbody tr th {
  padding: 26px 24px;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  max-width: 270px;
}

.conflict-resolution-section table tbody tr td {
  text-align: center;
  vertical-align: middle;
}

.conflict-resolution-section table tbody tr:last-child {
  border-color: transparent;
}

.conflict-resolution-section table tbody tr:last-child th {
  border-bottom-left-radius: 24px;
}

.conflict-resolution-section table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section.conflict-resolution-section {
    padding: 43px 0;
  }

  section.conflict-resolution-section .section-title {
    margin-bottom: 24px;
  }

  section.conflict-resolution-section .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  section.conflict-resolution-section {
    padding: 36px 0;
  }

  section.conflict-resolution-section .section-title {
    margin-bottom: 24px;
  }

  section.conflict-resolution-section .section-title h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .conflict-resolution-section table thead th {
    padding: 0 20px;
  }

  .conflict-resolution-section table thead th .wrap {
    display: flex;
    gap: 6px;
    align-items: center;
  }

  .conflict-resolution-section table thead th:first-child {
    text-align: right;
    padding: 11px 12px;
    position: sticky;
    left: 0;
    background: #222e4f;
  }

  .conflict-resolution-section table thead th:nth-child(2) {
    position: sticky;
    left: 145px;
    min-width: 100px;
  }

  .conflict-resolution-section table thead th span {
    font-size: 9px;
    line-height: 14px;
  }

  .conflict-resolution-section table tbody tr th {
    min-width: 145px;
    font-size: 9px;
    line-height: 14px;
    padding: 11px 12px;
    position: sticky;
    left: 0;
  }

  .conflict-resolution-section table tbody tr td:nth-of-type(1) {
    position: sticky;
    left: 145px;
  }

  .conflict-resolution-section
    table
    thead
    tr
    th:not(:first-child):not(:nth-child(2)) {
    min-width: 125px;
  }
}
