
        @media (max-width: 767.98px) {
  .bulletin-title1 {
      display:none;
      
    }
       .bulletin-title1::after {
           display:none;
     
    }
    .HeaderP {
    position: absolute;
    top: 83% !important;
    transform: translate(-50%, -50%);
    left: 50%;
    font-weight: 600;
    width: 100%;
    letter-spacing: 1px;
    font-size: 15px !important;
}
.fs-custom {
    font-size: 16px !important;
}
.bulletin-title {
      
      display:block;
    }
     .bulletin-title::after {
           display:block;
           width: 100% !important;
      
    }
}
        