.module .content header.home-module-centered-title {
    position: relative;
    text-align: center;
}

.module .content header.home-module-centered-title h2 {
    border-left: 0 !important;
    padding-left: 0 !important;
    display: inline-block;
    float: none !important;
}

.module .content header.home-module-centered-title h2:before,
.module .content header.home-module-centered-title h2:after {
    display: none !important;
}

.module .content header.home-module-centered-title > span {
    position: absolute;
    top: 15px;
    right: 10px;
}

.module .content header.home-module-centered-title .nav_items_module {
    position: absolute;
    top: 15px;
    right: 0;
}

.module .content header.home-module-centered-title > span + .nav_items_module,
.module .content header.home-module-centered-title .nav_items_module + span {
    right: 55px;
}

@media only screen and (max-width: 768px) {
    .module .content header.home-module-centered-title > span,
    .module .content header.home-module-centered-title .nav_items_module {
        position: static;
    }
}
