﻿@media screen and (max-width: 600px) {
    .m-right {
        width: 100%;       
    }

    .col {
        width: 42%;
    }
}
