.logo-hero {
    width: 222px;
    border: 2px solid cyan;
    border-radius: 4%;
    margin-top: 8px;
}

@media (max-width: 600px) {
    .logo-hero {
        width: 80%;
    }
}