.notification-bar{
  background: var(--primary);
  padding: 20px 100px;
}
.notification-bar-main{
  text-align: center;
}
.notification-bar-main a{
  text-decoration: none;
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
}
@media(max-width: 450px){
  .notification-bar{
    padding: 20px 24px;
  }
}