body{font-family:Arial,sans-serif;margin:0;padding:0;background-color:#f4f4f4}.banner h1{margin-top:4%;color:#04215e;font-size:32px;font-weight:700;text-align:center}.modal-content p{margin-bottom:10px}.container-car{max-width:90%;margin:30px auto;background:#fff;padding:30px;box-shadow:0 4px 10px rgb(0 0 0 / .1);border-radius:10px}.job-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.job-card{background:#f8f9fa;padding:20px;border-radius:8px;border-left:5px solid #ff7300;transition:0.3s ease-in-out;cursor:pointer;margin-bottom:10%;margin-right:2.5%;margin-left:2.5%}.job-grid:last-child .job-card{max-width:calc(80% - 20px);margin-left:12%!important}.job-card:hover{background:#fff;box-shadow:0 4px 10px rgb(0 0 0 / .15)}.job-card h2{color:#04215e;font-size:20px;margin-bottom:10px}.job-card p{font-size:16px;color:#576263;margin:5px 0}.modal-content h2{color:#04215e;font-size:24px;margin-bottom:2%}.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);display:flex;justify-content:center;align-items:center}.close-btn{cursor:pointer;color:red;font-size:20px;float:right}.modal-content{margin-top:5%;max-width:600px;background:#fff;padding:20px;border-radius:10px;text-align:left;max-height:80vh;overflow-y:auto}.modal-section{margin-top:15px}.modal-section h3{color:#04215e;font-size:18px;margin-bottom:6px}.modal-section li{margin-bottom:10px}.modal-section ul{padding-left:20px;color:#576263}.modal-content p{color:#576263;text-align:justify}@media screen and (max-width:768px){.banner h1{font-size:24px;margin-top:6%}.container-car{padding:20px}.job-grid{grid-template-columns:1fr}.job-card{margin-left:0;margin-right:0;width:100%}.modal-content{max-width:90%;padding:15px}.modal-content h2{font-size:20px}.modal-section h3{font-size:16px}.job-grid:last-child .job-card{max-width:calc(1000% - 20px);margin-left:0%!important}}