.mobile-banner {
  height: 150px;
  background-color: rgba( 222, 236, 249 ,  1 );
  background-color: rgba( var(--palette-primary-tint-30,222, 236, 249) ,  1 );
  z-index: 1; }
  .mobile-banner .mobile-banner-button {
    height: auto;
    width: auto;
    background: transparent;
    border: none;
    font-size: 60px;
    font-weight: 100; }
  .mobile-banner .bowtie-icon {
    font-size: 60px;
    color: rgba(0, 90, 158, 1);
    color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
  .mobile-banner .text {
    margin-left: 10px; }
