.raze-footer {
  height: 95px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border-top: 1px solid #4c4c4c;

  padding: 0 1.56vw;
}

.raze-footer__site-logo {
  width: 53px;
  height: 50px;
}

.raze-footer__secondary-content {
  display: flex;
}

.raze-footer__social-menu {
  list-style: none;
  padding: 0;
  margin: 0 -8px;

  display: flex;
}

.raze-footer__text {
  display: flex;
  align-items: center;

  margin: 0 27px 0 0;
  cursor: default;
}

.raze-footer__text--mobile {
  display: none;
}

.raze-footer__social-menu-item {
  margin: 0 8px;
}

.raze-footer__social-icon {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 767px) and (max-width: 1110px) {
  .raze-footer {
    height: 101px;
    padding: 0 30px;
  }
}

/* -----Mobile----- */
@media screen and (max-width: 767px) {
  .raze-footer {
    height: 202px;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  .raze-footer__primary-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
  }

  .raze-footer__text {
    display: none;
  }

  .raze-footer__text--mobile {
    display: block;
    text-align: right;
    max-width: 173px;
    margin-right: 0;
  }
}
