.dsc-jobs{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.dsc-card{
padding:20px;
border-radius:10px;
background:#f3f3f3;
}

.dsc-popup{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:#0008;
display:flex;
align-items:center;
justify-content:center;
}

.dsc-box{
background:#fff;
width:800px;
max-height:90vh;
overflow:auto;
padding:30px;
}