.denetim-section {
  padding: 80px 20px;
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}

.denetim-section .container {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 17px;
  color: #1a1a1a;
  line-height: 1.8;
}

.bolum-baslik {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  color: #0d325b;
  margin-bottom: 35px;
}

.baslik-cizgi {
  width: 6px;
  height: 32px;
  background-color: #ffcc00;
  margin-right: 14px;
  border-radius: 3px;
}

.denetim-section p {
  margin-bottom: 22px;
  text-align: justify;
}

.denetim-section strong {
  font-weight: 700;
  color: #000000;
}

.denetim-list {
  margin: 25px 0;
  padding-left: 20px;
}

.denetim-list li {
  margin-bottom: 18px;
  list-style: disc;
  text-align: justify;
}
