/* Solution section - kept small since it uses generic headline/body styles */
/* If you want section-specific rules, add them here. */
.solution {
  text-align: center;
  padding: 20px 20px;
  background: #272727;
}

.solution h2 {
  font-size: 30px;
  font-weight: 800;
  margin-top: 5px;
  margin-bottom: 20px;
}

.solution p.center {
  font-size: 20px;
  color: #ffffff;
  max-width: 900px;
  margin: 0 auto 40px;
}

/* Image wrapper */
.solution-content {
  display: flex;
  justify-content: center;
}

/* Book image */
.solution-img {
  width: 100%;
  max-width: 420px;
  border: 1.5px solid #ffcc00;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

@media (max-width: 720px) {
  .solution-img{max-width: 300px;}
}