.problem-solution-section .section-title {
  text-align: center;
}
.problem-solution-section .category-titles {
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}
.problem-solution-section .category-titles .category-mw-wrapper {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
.problem-solution-section .category-titles .problems-title {
  max-width: 280px;
  text-align: left;
}
.problem-solution-section .category-titles .solutions-title {
  text-align: right;
}
.problem-solution-section .list-wrapper {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
.problem-solution-section .list-wrapper .list {
  padding-top: 32px;
}
.problem-solution-section .list-wrapper .list .img-wrapper img {
  width: 14px;
}
.problem-solution-section .list-wrapper .list .row {
  --mo-gutter-x: 8px;
}
.problem-solution-section .list-wrapper .list:not(:last-child) {
  padding-bottom: 32px;
  border-bottom: 1px solid #EAEAEA;
}
.problem-solution-section .list-wrapper .list .problem-wrapper {
  max-width: 280px;
}
.problem-solution-section .list-wrapper .list .problem-wrapper,
.problem-solution-section .list-wrapper .list .solution-wrapper {
  display: flex;
  gap: 4px;
}
.problem-solution-section .list-wrapper .list .problem-wrapper p,
.problem-solution-section .list-wrapper .list .solution-wrapper p {
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .problem-solution-section .category-titles .problems-title,
  .problem-solution-section .category-titles .solutions-title {
    text-align: center;
  }
  .problem-solution-section .category-titles h3 {
    font-family: Inter Tight;
    font-size: 32px;
    line-height: 38.72px;
  }
  .problem-solution-section .list-wrapper .list .img-wrapper img {
    width: 22px;
  }
  .problem-solution-section .list-wrapper .list .row {
    --bs-gutter-x: 30px;
    --mo-gutter-x: 30px;
  }
  .problem-solution-section .list-wrapper .list .problem-wrapper,
  .problem-solution-section .list-wrapper .list .solution-wrapper {
    gap: 12px;
  }
  .problem-solution-section .list-wrapper .list .problem-wrapper p,
  .problem-solution-section .list-wrapper .list .solution-wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
}