@media (max-width: 768px){
    div#productFields .row .col:first-child {
        max-width: 100%;
        flex: 1 1 100%;
    }
}
