.problems-hub {
  background: #f3f7f5;
}
.problems-hub__head {
  max-width: 820px;
  margin-bottom: 28px;
}
.problems-hub__eyebrow {
  margin: 0 0 8px;
  color: #00a942;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.problems-hub__head h2 {
  margin: 0 0 10px;
  color: #17352a;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.05;
}
.problems-hub__head p {
  margin: 0;
  color: #4f665d;
  font-size: 17px;
  line-height: 1.55;
}
.problems-hub__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.problems-hub__card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(12, 78, 51, .08);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(15, 68, 46, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.problems-hub__media {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: #10291f;
}
.problems-hub__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(4, 31, 21, .42));
  pointer-events: none;
}
.problems-hub__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}
.problems-hub__body {
  padding: 24px 26px 27px;
}
.problems-hub__body h3 {
  margin: 0 0 17px;
  color: #17352a;
  font-size: 23px;
  line-height: 1.2;
}
.problems-hub__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.problems-hub__links a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 13px;
  color: #23483a;
  background: #eff8f3;
  border: 1px solid rgba(0, 169, 66, .12);
  border-radius: 13px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.problems-hub__links a::after {
  content: "→";
  margin-left: auto;
  padding-left: 8px;
  color: #00ad45;
}
.problems-hub__links a:hover,
.problems-hub__links a:focus-visible {
  color: #fff;
  background: #00ad45;
  border-color: #00ad45;
}
.problems-hub__links a:hover::after,
.problems-hub__links a:focus-visible::after {
  color: #fff;
}
.problems-hub__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(15, 68, 46, .13);
}
.problems-hub__card:hover .problems-hub__media img {
  transform: scale(1.035);
}
.problems-guide {
  max-width: 1040px;
  margin: 54px auto 0;
  padding: 0 20px 44px;
  color: #29483c;
}
.problems-guide h2 {
  margin: 34px 0 12px;
  color: #17352a;
  font-size: clamp(27px, 2.5vw, 38px);
}
.problems-guide h3 {
  margin: 25px 0 8px;
  color: #17352a;
  font-size: 21px;
}
.problems-guide p {
  max-width: 880px;
  font-size: 17px;
  line-height: 1.65;
}
.problems-guide__values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 36px;
}
.problems-guide__values article {
  padding: 21px;
  background: #eff8f3;
  border-radius: 18px;
}
.problems-guide__values h3,
.problems-guide__values p {
  margin: 0;
}
.problems-guide__values p {
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.45;
}
@media (max-width: 991px) {
  .problems-hub__grid { grid-template-columns: 1fr; }
  .problems-hub__media { height: 270px; }
}
@media (max-width: 600px) {
  .problems-hub { padding-top: 34px !important; padding-bottom: 34px !important; }
  .problems-hub__head { margin-bottom: 20px; }
  .problems-hub__head h2 { font-size: 31px; }
  .problems-hub__head p { font-size: 15px; }
  .problems-hub__grid { gap: 16px; }
  .problems-hub__card { border-radius: 19px; }
  .problems-hub__media { height: 205px; }
  .problems-hub__body { padding: 19px 17px 21px; }
  .problems-hub__body h3 { margin-bottom: 13px; font-size: 21px; }
  .problems-hub__links { grid-template-columns: 1fr; gap: 7px; }
  .problems-hub__links a { min-height: 43px; }
  .problems-guide { margin-top: 34px; padding: 0 15px 30px; }
  .problems-guide__values { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .problems-hub__card,
  .problems-hub__media img,
  .problems-hub__links a { transition: none; }
}
