#main-container {
    display: grid;
}

#afc {
    display: grid;
    grid-template-columns: repeat(2, 60px);
}