.problem-section {
  background-color: #ffffff;
}

.problem-title {
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.problem-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #111;
  max-width: 520px;
}

.problem-box {
  background-color: #f1f1f1;
  padding: 20px;
  min-height: 120px;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.problem-box strong {
  font-weight: 700;
}

.problem-image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.problem-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.problem-image-bg {
  height: 100%;
  min-height: 520px;
  background-image: url('/assets/img/service/solve-problem.jpg');
  background-size: cover;
  background-position: center;
}
