#problems .row {
  justify-content: center;
  display: block;
}
#problems .row .col-4 {
  border-radius: 10px;
  max-width: 80%;
  flex: 0 0 30%;
  margin: 0 auto 20px;
  text-align: center;
  padding: 20px 10px;
}
#problems .row .col-4:nth-child(1) {
  background: #eaf9ef;
}
#problems .row .col-4:nth-child(2) {
  background: #edf8e6;
}
#problems .row .col-4:nth-child(3) {
  background: #f4fae3;
}
#problems .row .col-4 h3 {
  font-size: 1.4rem;
  height: 1.5em;
  margin-top: 1rem;
  text-align: center;
  font-weight: 700;
}
#problems .row .col-4 .reason__centercont {
  font-size: 5.3rem;
  color: #00b312;
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
}
#problems .row .col-4 .reason__centercont span.reason__centercont--mid {
  font-size: 3.1rem;
}
#problems .row .col-4 .reason__centercont span.reason__centercont--s {
  font-size: 1.8rem;
}
#problems .row .col-4 .reason__kome {
  color: #888;
  font-size: 11px;
  width: 200px;
  margin: 30px auto 0;
}

section#problems .container-lg {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

section#problems .row {
  justify-content: center !important;
  display: block !important;
  width: 100%;
}

section#problems .row > div,
section#problems .row .col-4,
section#problems .row [class*="col-"] {
  border-radius: 10px !important;
  max-width: 80% !important;
  flex: 0 0 30% !important;
  margin: 0 auto 20px !important;
  text-align: center !important;
  padding: 20px 10px !important;
  min-height: 200px !important;
  display: block !important;
}

section#problems .row > div:nth-child(1),
section#problems .row .col-4:nth-child(1) {
  background: #EAF9EF !important;
}

section#problems .row > div:nth-child(2),
section#problems .row .col-4:nth-child(2) {
  background: #EDF8E6 !important;
}

section#problems .row > div:nth-child(3),
section#problems .row .col-4:nth-child(3) {
  background: #F4FAE3 !important;
}

section#problems h3 {
  font-size: 1.4rem !important;
  height: 1.5em !important;
  margin-top: 1rem !important;
  text-align: center !important;
  font-weight: 700 !important;
}

section#problems img {
  max-width: 100% !important;
  min-height: 80px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto 20px auto !important;
  width: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 1 !important;
}

@media (min-width: 768px) {
  section#problems .row {
    display: flex !important;
  }

  section#problems .row > div,
  section#problems .row .col-4,
  section#problems .row [class*="col-"] {
    margin: 0 1.5555% 20px !important;
    max-width: 30% !important;
  }
}
