img.hero-logo {
    height: 3rem;
    width: 3rem;
}

@media (max-width: 992px) {
    img.hero-logo {
        margin-top: 10px;
    }
}