.section-10 {
  padding: 100px 0;
  background-color: var(--color-black-accent2);
}

.section-10 .card > div:not(.number) {
  height: 110px;
  padding: 30px 40px;
}

.section-10 .solution-row:first-child {
  display: flex;
  gap: 60px;
}

#solution .section-10 h2 {
  margin-bottom: 85px;
}

#solution .section-10 h3 {
  margin: 80px 0;
}

.section-10 .solution-row:first-child p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.section-10 .solution-row:first-child p:not(:last-child) {
  margin-bottom: 40px;
}

.section-10 .solution-row:first-child div:last-child {
  padding-right: 80px;
}

@media (max-width: 991px) {
  .section-10 {
    padding: 40px 0;
  }

  .section-10 .solution-row:first-child {
    flex-direction: column;
    align-items: center;
  }

  .section-10 .solution-row:first-child img {
    order: 1;
  }

  #solution .section-10 h2 {
    margin-bottom: 35px;
  }

  .section-10 .solution-row:first-child p:not(:last-child) {
    margin-bottom: 15px;
  }

  #solution .section-10 h3 {
    margin: 40px 0;
  }

  .section-10 .solution-row:first-child div:last-child {
    padding-right: 0;
  }
}
