.top-navigation-contacts > strong {
  display: block;
}

.top-navigation-contacts .divider {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}

.top-navigation-contacts .divider-no-margin {
  margin-right: 0;
}

.top-navigation-bar .top-navigation-contacts span {
  color: #7c7e8f;
}

.top-navigation-bar .container > div {
  text-align: left;
  flex: 1 1 45%;
}

@media (min-width: 992px) {
  .top-navigation-bar .container > div.top-navigation-contacts {
    right: 15px;
    height: 45px;
    top: 0;
    right: 160px;
  }
}
