.navbar-content-xmas-upMbl {
  background-image: url("/assets/speakers/assets/new-2022/img/xmas-25/navbar.png");
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  background-size: cover;
  background-position: center;
}
.navbar-content-xmas-upMbl p{
    font-family: Bebas Neue;
font-weight: 400;
font-style: Regular;
font-size: 24px;
leading-trim: CAP_HEIGHT;
line-height: normal;
letter-spacing: 0%;
color: #343434 !important;
margin-bottom: 0px !important;
}
.navbar-content-xmas-mbl {
  display: none;
}
.navbar-content-xmas-mbl p{
font-family: Bebas Neue;
font-weight: 400;
font-style: Regular;
font-size: 24px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

color: #343434 !important;
margin-bottom: 0px !important;


}
.navbar-content-xmas-mbl p span{
font-family: Bebas Neue;
font-weight: 400;
font-style: Regular;
font-size: 30px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
}

@media screen and (max-width: 767px) {
      .navbar_text_mbl{
    max-width: 240px;
}
  .navbar-content-xmas-upMbl {
    display: none;
  }
  .navbar-content-xmas-mbl {
    display: flex;
    background: radial-gradient(
      50% 332.26% at 50% 50%,
      #f7d27e 0%,
      #dda64d 100%
    );
    justify-content: center;
    align-items: center;
    height: 65px;
  }
   }