.model-courseregistration {
    .column-course{
        width: 300px;

        @media only screen and (max-width: 600px) {
            width: 75px;
        }
    }
}



