/* ========== SERVICES ========== */
main {
  padding: 40px 0;
}

h2 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 2.5rem;
  text-align: center;
  letter-spacing: 0.02em;
}

.services-container {
  max-width: 1300px;
  width: 90%;
  list-style: none;
  padding: 0;
}

.service-item {
  margin-bottom: 2.5rem;
  cursor: default;
  width: 100%;
}

.service-header {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #ccc;
  border-left: 2px solid #333;
  padding-left: 20px;
  transition: all 0.3s ease;
  line-height: 1.2;
}

.service-item:hover .service-header {
  border-left-color: #ffffff;
  color: #ffffff;
}

.service-content {
  font-size: 1rem;
  color: #999;
  padding-left: 22px;
  margin-top: 15px;
  line-height: 1.6;
  max-width: 1200px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 600px) {
  .service-header {
    font-size: 1rem;
  }
}
