.topinfoText {
    display: flex;
    width: 100%;
}
.topinfoText ul {
    width: 50%;
}
.topinfoText ul:last-child {
    position: unset;
    width: 50%;
}
.topinfoText li {
    width: 100%;
}