.header__image {
    width: 10rem;
}

@media screen and (min-width: 1024px) {
    
    .header__image {
        width: 15rem;
    }
}