#pohobox {
    display: flex;
    flex-wrap: wrap;
}

#pohobox .pohitem {
    display: flex;
    flex-direction: column;
    width: 50%;
}

@media screen and (max-width: 1024px) {
    #pohobox .pohitem {
        width: 100%;
    }

}