#mops_top {height: 70px; border-bottom:1px solid #2B4A72; text-align: center;}
.mops_top_text {margin-right: 70px; font-size: 32px; padding-top: 15px; width: calc( 100% - 500px); text-align: center; }
.mops_top_right_logo {}
.mops_top_left_logo {}

@media (max-width: 940px) {
    .mops_top_text {padding-top: 5px;}
}
@media (max-width: 755px) {
    .mops_top_left_logo { display: none;} 
    .mops_top_text {width: calc( 100% - 90px); padding-top: 15px;}   
}
@media (max-width: 480px) {
    .mops_top_text {padding-top: 5px;}
}
