.announcementsBackground{background-image:url(https://s3.ap-south-1.amazonaws.com/rhfl-strapi/anouncement_2_2ab49bb4ce_33ea5863db.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:25rem}.announcements{line-height:18rem}.new-announcement{animation:newAnnouncement;animation-duration:3s;animation-iteration-count:infinite;border-radius:.25rem;padding:.25rem;font-size:.8rem;color:white;font-weight:700}.important-announcement{animation:importantAnnouncement;animation-duration:3s;animation-iteration-count:infinite;font-weight:700}@keyframes importantAnnouncement{0%{color:#ff0169}33%{color:black}66%{color:black}to{color:#ff0169}}@keyframes newAnnouncement{0%{background-color:red}33%{background-color:orange}to{background-color:#ff0169}}@media only screen and (max-width:575px){.announcementsBackground{height:15rem}.announcements{line-height:12rem}.new-announcement{font-size:12px}}