@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}.challenge-section{font-family:Poppins,sans-serif;padding:20px 25px}.challenge-container{margin:auto;max-width:1180px}.challenge-header h2{color:#248000;font-size:42px;font-weight:700;line-height:1.25;margin-bottom:8px}.challenge-header p{color:#56616b;font-size:16px;line-height:1.7;margin-bottom:30px;max-width:950px}.challenge-cards{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.challenge-card{background:#258000;border-radius:5px;box-shadow:0 8px 18px rgba(0,0,0,.12);display:flex;flex-direction:column;justify-content:flex-start;min-height:310px;padding:25px 24px}.challenge-card.light-green{background:#70b843}.card-icon{margin-bottom:4%;padding-top:10px;text-align:center}.card-icon img{height:90px;object-fit:contain;width:90px}.challenge-card p{color:#fff;font-size:15px;font-weight:400;line-height:1.9}@media(max-width:900px){.challenge-header h2{font-size:34px}.challenge-cards{grid-template-columns:1fr 1fr}}@media(max-width:600px){.challenge-section{padding:35px 18px}.challenge-header h2{font-size:28px}.challenge-header p{font-size:15px}.challenge-cards{grid-template-columns:1fr}.challenge-card{min-height:320px;padding:35px 22px}.card-icon img{height:75px;width:75px}}