.subject-section{background-color:#fff;padding:40px;text-align:center;margin:20px auto;max-width:1200px;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .1)}.subject-section h2{font-size:28px;font-weight:700;margin-bottom:10px}.subject-section p{font-size:16px;color:#555;margin-bottom:30px}.subject-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:15px}.subject-buttons a{text-decoration:none;padding:10px 20px;background-color:#fff;border:1px solid #ddd;border-radius:50px;font-size:16px;color:#333;box-shadow:0 4px 6px rgb(0 0 0 / .1);transition:all 0.3s ease}.subject-buttons a:hover{background-color:#f1f1f1;box-shadow:0 6px 8px rgb(0 0 0 / .15)}