.service-section {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.service-section.reverse {
  flex-direction: row-reverse;
}

.service-text {
  max-width: 600px;
}

.service-text h1 {
  margin-bottom: 1.2rem;
  font-size: 2rem;
  color: #0f172a;
}

.service-text p {
  line-height: 1.7;
  font-size: 1.05rem;
  color: #475569;
  margin-bottom: 1rem;
}

.service-img img {
  width: 460px;
  max-width: 100%;
  border-radius: 16px;
}

.cyber-line-spacing {
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.howwe-line-spacing {
  line-height: 1.7;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .service-section,
  .service-section.reverse {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .service-img img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
