/* Global Styles */
:root {
  --primary-color: #2c3e50;
  --secondary-color: #3498db;
  --accent-color: #e74c3c;
  --light-color: #ecf0f1;
  --dark-color: #2c3e50;
  --text-color: #333;
  --text-light: #7f8c8d;
}

/* Page Title */
.page-title {
  background: linear-gradient(rgba(75, 101, 128, 0.9), rgba(96, 165, 170, 0.9)),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
  background-size: cover;
  background-position: center;
  padding: 20px 0 20px;
  color: white;
  text-align: center;
  margin-top: 40px;
}

.page-title h1 {
  font-size: 3rem;
  margin-bottom: 15px;
}

.page-title h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.page-title p {
  font-style: italic;
  font-size: 16px;

  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
