/* Services-Hero Section */
.hero-services {
  background: #222222;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: whitesmoke;
  position: relative;
}
.hero-services h1{
  color: whitesmoke;
}

.hero-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-services-content {
  position: relative;
  z-index: 1;
}



h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  color: #1B2021;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}

h3 {
  font-size: 1.75rem;
  margin-bottom: 8px;
}

/* Layout Containers */
.core-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 20px;
}

a{
  text-decoration: underline;
  color: #1B2021;
}
