﻿
@media screen and (max-width: 768px) {

    body > section:first-of-type {
        margin-top: 65px !important;
    }

    a.logo-brand img {
        max-width: 100%;
        margin: 10px;
        height: unset !important;
    }


}


