.egitim-section {
  padding: 80px 20px;
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}

.egitim-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;
}

.egitim-section p {
  margin-bottom: 22px;
  text-align: justify;
}

.egitim-section strong {
  font-weight: 700;
  color: #000000;
}

.egitim-altbaslik {
  font-size: 20px;
  color: #0d325b;
  font-weight: 600;
  margin: 30px 0 15px;
}

.egitim-list {
  padding-left: 20px;
  margin-bottom: 30px;
}

.egitim-list li {
  margin-bottom: 16px;
  list-style: disc;
  text-align: justify;
}
