/* emniyet.css */
.emniyet-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
}

.emniyet-section .container {
  max-width: 1000px;
  margin: 0 auto;
}

.emniyet-section h1 {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #093b67;
}

.emniyet-section h1 .left-border {
  display: inline-block;
  width: 6px;
  height: 30px;
  background-color: #f9c000;
  margin-right: 12px;
}

.emniyet-section h3 {
  font-size: 20px;
  margin-top: 30px;
  color: #093b67;
}

.emniyet-section p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.emniyet-section ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 20px;
}

.emniyet-section li {
  font-size: 16px;
  margin-bottom: 10px;
}
