.w3f-scam-edu {
  max-width: 800px;
  width: 100%;
  margin: 50px auto;
  box-sizing: border-box;
  color: #222;
  font-family: "Poppins", sans-serif;
}
.w3f-scam-edu h2,
.w3f-scam-edu h3 {
  line-height: 1.3;
  margin: 0.8rem 0 0.4rem;
  color: #ff6a00;
}
.w3f-scam-edu h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
.w3f-scam-edu h3 {
  font-size: 1.2rem;
  font-weight: 700;
}
.w3f-scam-edu p {
  margin: 0.4rem 0;
  line-height: 1.7;
  font-size: 1rem;
}
.w3f-scam-edu .card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 24px 36px;
  margin: 0.7rem 0;
  background: #fff;
}
.w3f-scam-edu ul {
  margin: 0.4rem 0 0.6rem 1.2rem;
  font-size: 1rem;
}
.w3f-scam-edu li {
  margin: 0.3rem 0;
  line-height: 1.6;
}
.w3f-scam-edu strong {
  color: #111;
}
@media (max-width: 480px) {
  .w3f-scam-edu {
    padding: 12px;
  }
  .w3f-scam-edu h2 {
    font-size: 1.35rem;
  }
  .w3f-scam-edu h3 {
    font-size: 1.05rem;
  }
}
