.home-problem-10__header {
  text-align: center;
}

.home-problem-10__intro {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.home-problem-10__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  margin-top: 62px;
}

.home-problem-10__content h3 {
  margin: 0;
  color: #2b2e34;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  font-weight: 700;
}

.home-problem-10__call {
  margin-top: 28px;
}

.home-problem-10__media {
  position: relative;
}

.home-problem-10__media img {
  display: block;
  width: 100%;
  border-radius: 120px 40px 0 0;
}

.home-problem-10__badge {
  position: absolute;
  left: -22px;
  bottom: -34px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  min-height: 168px;
  padding: 22px 26px;
  border: 3px solid var(--site10-gold);
  border-radius: 46px;
  background: #ffffff;
  color: var(--site10-text);
  font-family: "League Spartan", sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;
}

@media (max-width: 980px) {
  .home-problem-10__grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .home-problem-10__badge {
    position: static;
    width: 100%;
    max-width: 320px;
    margin: 18px auto 0;
  }
}
