.mobile-actions {
  display: none;
}

@media (max-width: 900px) {
  .mobile-actions {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 70;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 14px 45px rgba(0, 0, 0, .45);
  }

  .mobile-actions a,
  .mobile-actions .mobile-book {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 1rem 1.1rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .72rem;
    font-weight: 700;
  }

  .mobile-call {
    background: #fff;
    color: #050608;
  }

  .mobile-actions .mobile-book {
    background: var(--blue);
    color: #fff;
  }
}
