.header-wrapper {
    width: 100%;
    height: 60px;
    background-color: #fff;
}

.header_mobile_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_mobile_wrapper img {
    width: 170px;
}


@media (min-width: 998px) {
    .header-wrapper {
        height: 80px;
    }

    .header_mobile_wrapper img {
        width: 200px;
    }
}

@media (min-width: 1200px) {

}