.service-problem-8__content {
  max-width: 1520px;
  margin: 0 auto 18px;
  text-align: center;
}

.service-problem-8__line {
  width: 250px;
  height: 3px;
  margin: 16px auto 18px;
  background: #f1d34b;
}

.service-problem-8__content .home-8-copy {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.service-problem-8__image-wrap img {
  display: block;
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .service-problem-8__line {
    width: 140px;
  }
}
