body {
    margin: 0;
    padding: 0;
    background-image: url('/assets/images/bg-2000x1500.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.cover {
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 100vh;
    padding: 40px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.title{
    font-family: sans-serif;
    font-weight: 700;
    font-size: 52px;
    text-align: center;
    margin-top: 10px;
    color: #181970;
}

.specifications{
    font-size: 20px;
    font-family: sans-serif;
    line-height: 24px;
    width: 700px;
    margin: auto;
    margin-top: 50px;
    text-align: start;
}

.main{
    color: white;
    font-family: sans-serif;
    font-size: 35px;
    font-weight: 600;
    display: flex;
    /* gap: 20px; */
    justify-content: center;
    align-items: start;
    margin-top: 50px;
}

.responsibilites{
    border: 2px solid #021864;
    padding: 10px;
    height: 437px;
    width: 551.200px;
}

.criteria{
    border: 2px solid #021864;
    padding: 10px;
    height: 437px;
    width: 551.200px;
}

.table_title{
    background-color: #021864;
    width: 551.200px;
    height: 43px;
    text-align: center;

}

.list{
    color: black;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
}

li::marker{
    color: gray;
}

h2{
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 600;
    background-color: #021864;
    color: white;
    text-align: center;
    /* width: 300px; */
}

p{
    font-size: 35px;
    font-family: sans-serif;
    text-align: center;
}


@media (max-width: 768px) {

    body {
        background-position: center top;
        background-size: cover;
    }

    .cover {
        flex-direction: column;
        gap: 10px;
        padding: 20px;
        text-align: center;
    }


}
