.banner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  width: 100%;
  
  .company-name {
    font-size: 1.2rem;
    font-weight: 600;
  }
  
  .profile-icon {
    font-size: 1.8rem;
    color: var(--ion-color-medium);
    cursor: pointer;
  }
}