.userTestIterations{
    display:flex;
}
@media only screen and (max-width: 1000px) {
    .userTestIterations{
        display: block;
    }
}
