.page-title {
  text-align: center;
  padding: 50px 0;
  background: #f0f8ff; /* fallback color */
  color: #fff; /* image üstünde okunabilirlik için */
}
.page-title h2 {
  margin-bottom: 20px;
}
.page-title .text {
  margin: 0 auto;
  width: 50%;
}

@media (max-width: 768px) {
  .page-title .text {
    width: 75%;
  }
}
