div#nlcont > div {
    border-radius: 5px;
    display: flex;
    padding: 15px 15px;
    width: calc(50% - 1.5em);
    align-items: flex-start;
    height: max-content;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    gap: 5px;
}

@media only screen and (max-width: 810px) {

div#nlcont > div {
    width: 100%;
    display: flex;
    justify-content: space-around;
}