Merhaba, 600px mediascreen kısmını bu kodlar ile degiştirip deneyebilir misiniz?
@media screen and (max-width: 600px) {
.column {
-ms-flex: 100%;
flex: 50%;
max-width: 100%;
}
.row{
display:flex;
justify-content:center;
}
}