.section.headerSection .contentMenu {
    display: none;
    min-height: 95px;
    margin-top: 15px;
    position: relative;
}

.section.headerSection .info .logoA {
    position: relative;
    width: 25%;
    text-align: center;
    vertical-align: middle;
    float: left;
    flex: 0;
}

.section.headerSection .info .logoB {
    position: relative;
    width: 100%;
    text-align: right;
    vertical-align: middle;
    float: right;
}

.section.headerSection .info .logo img, .section.headerSection .info .logoB img {
    max-height: 150px;
}