@charset "utf-8";

@media screen and (max-width: 767px) {
    .section.brand .top-link {
        margin-right: 0;
    }
    .section.brand .top-link:nth-of-type(1) {
        margin-top: -128px;
    }
    .section.brand .top-link:nth-of-type(2) {
        margin-top: -88px;
    }
    .section.brand .top-link:nth-of-type(3) {
        margin-top: -48px;
    }
}