



#header-wrapper {
    display: flex;
    margin-top: 15px;
}
.header-flex {
    min-width: 80px;
    text-align: center;
    align-self: center;
}
#mrp-container7 h1 {
    margin-top: 0px;
}
@media (max-width: 650px) {
#mrp-container7 {
    width: 100%;
}
.header-flex {
    align-self: center;
    padding-left: 0px;
}
}
@media (max-width: 480px)
#mrp-container7 h1 {
    font-size: 28px;
}
}

