.header-banner {
    background: #e31e24;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-banner img {
    width: 600px;
    max-width: 100%;
}