.service-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px;
  background-color: #fff;
  max-width: 1000px;
  margin: 50px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.service-image {
  max-width: 700px;
  width: 100%;
  border-radius: 8px;
  margin: 20px;
}

.service-description {
  max-width: 500px;
  margin: 20px;
}

.service-description h1 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #333;
}

.service-description p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}
