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

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

.home-problem-9__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 46px;
  align-items: center;
  margin-top: 64px;
}

.home-problem-9__content h3 {
  margin: 0;
  color: #354336;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
}

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

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

.home-problem-9__media img {
  display: block;
  width: 100%;
  border-top-right-radius: 140px;
  border-radius: 0 160px 0 0;
}

.home-problem-9__badge {
  position: absolute;
  left: -30px;
  bottom: -34px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  padding: 22px;
  border: 4px solid #e7d68a;
  border-radius: 50%;
  background: #9abc8d;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 1.05;
  text-align: center;
}

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

  .home-problem-9__badge {
    position: static;
    margin: 20px auto 0;
  }
}
