section#solve_problem {
  background: #edf8e6;
  min-height: auto;
  overflow: hidden;
  padding-bottom: 50px;
}

#solve_problem .row {
  justify-content: center;
}

#solve_problem .row .col-4 {
  text-align: center;
}
#solve_problem .row .col-4 img {
  display: block;
  margin: 0 auto;
}
#solve_problem .row .col-4 p {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1rem;
}
#solve_problem .row .col-4 p strong {
  display: block;
  color: #02bf10;
  font-size: 2rem;
  font-weight: 900;
}
#solve_problem .row .col-4 p strong span {
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  section#solve_problem {
    padding-bottom: 40px;
  }
  #solve_problem .row .col-4 {
    max-width: 80%;
    border-radius: 10px;
    float: none;
    flex: none;
    margin: 10px auto;
    padding: 20px;
  }
  #solve_problem .row .col-4 h3 {
    margin-bottom: 20px;
  }
}
