.header__word--architectural {
    width: 240px;
}

.header__word--bureau {
    width: 123.27px;
}


.width_0 {
    width: 0;
}

.header {
    height: 100vh;
}


@media (max-width: 720px) {
    .header__word--architectural {
        width: 0;
    }
    .header__word--bureau {
        width: 0;
    }
    .header__logo:hover .header__word--architectural {
        width: 0;
    }
    .header__logo:hover .header__word--bureau {
        width: 0;
    }
}
