/* Modern Section Heading */
.section-title {
  font-size: 32px;
  font-weight: 700;
  border-left: 6px solid #2878c5;
  padding-left: 12px;
  color: #1d3557;
}

.section-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #3a506b;
  border-bottom: 3px solid #2878c5;
  display: inline-block;
  padding-bottom: 4px;
}

/* Main Image */
.service-main-img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: 12px;
}

/* Modern Bullet List */
.modern-list {
  list-style: none;
  padding-left: 0;
}
.modern-list li {
  display: flex;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 9px;
  line-height: 1.45rem;
}
.modern-list li::before {
  content: "✔";
  color: #1b7dd4;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title, .section-subtitle {
    text-align: center;
  }
  .service-main-img {
    margin-top: 20px;
  }
}
