.widget-snippet .top-notice{
    width:100%;
    z-index:1;
    position:relative;
    background: #000000;
    height: 40px;
  }
  
  .widget-snippet .top-notice p {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height:18px;
  color: #FFFFFF;
  max-width:300px;
  margin: 0 auto;
  padding: 12px 0 10px;
  text-align: center;
  }
  .widget-snippet .top-notice p b{
  font-weight: 400;
  }
  .widget-snippet .top-notice p strong{
  font-weight: 600;
  font-size: 17px;
  line-height:20px;
  font-family: 'Nunito Sans';
  }
  
  
