﻿
@media screen and (max-width:1199px) {
    .header .menu > .menu-item > a {
        font-size: 12px !important;
    }

    .header .menu > .menu-item {
        margin: 0px 4px !important;
    }

    .brand img {
        width: 100%;
        max-width: 74px !important;
    }
}

@media screen and (max-width:767px) {
    .col-md-6 {
        width: 100%;
    }
}
