.notification-slider .notification-slider__wrapper {
    display: flex;
    flex-direction: row;
/*     max-width: 1290px; */
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  gap:1rem;
  }
  .notification-slider .notification__icon {
    flex: 1 0 20%;
    align-self: flex-end;
 
  }
  .notification-slider .notifications {
   flex: 1 0 70%; 
   font-size:0.8rem;
  }
  .notification-slider .swiper-wrapper {
    display:flex;
}

  .notification-slider .notification__text {
    font-size:0.8rem;
     overflow: hidden; 
  white-space: nowrap;
}
  }
     .notification-slider .notification__text a.notification-link {
   margin:auto 0;
     font-size: 0.8rem;
  }
   .notification-slider .notification__text p, .notification-slider .notification__text span {
   margin:0;
     font-size: 0.8rem;
  }

.notification__text {
  word-wrap: break-word;
}
  
  .notification-slider h5 { 
    margin:0;
  }
  
  .notification-slider svg {
    vertical-align: middle;
    width: 20px;
  }
  
   .notification-slider .close-sign {  
    width: 23px;
    position: absolute;
    right: 0;
    top: 0;
     cursor: pointer;
     z-index:999;
     margin-left: 10px;
  }
  
