.test-position{
  display: flex;
  color: #ffff;
  
}

.test-widht{
  width: 51%;
  
}

.test-width2{
  width: 100%;
  display: inline-flex;
  
}

.up-ofi .test-widht3{
  width: 100%;
  
}

@media (max-width: 599px) {
    .test-width2{
      width: 100%;
      display: grid;
  
}
}
