.container {
    width: 554px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 25px;    
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    justify-content: center;
}

.container .box {
    width: 250px;
    height:30px;
    border: 1px solid #000000;
    padding-left: 5px;
    transition: all .25s ease-in-out;
    font-family: sans-serif;
    font-size: 17px;
    text-align: left;
    line-height: 30px;
}

.h2t {
    text-align: center;
}

#box1 {
    color: #618ef2;
}

#box2 {

}

#box3 {
    color: #618ef2;
}

#box4 {

}

#box5 {
    color: #618ef2;
}

#box6 {

}

#box7 {
    color: #618ef2;
}

#box8 {

}

#box9 {
    color: #618ef2;
}

#box10 {

}

#box11 {
    color: #618ef2;
}

#box12 {

}

#box13 {
    color: #618ef2;

}

#box14 {

}

.lista {
    display: grid;
    grid-template-columns: repeat(2, auto);
    list-style-position:outside;
    gap: 0;
    margin: 0;
}