.customMessageBanner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  top: 0px;
  text-align: center;
  padding: 10px 0px;
  font-size: 16px;
  background-color: #CA4B0C;
  position: relative;
  margin: 0 auto;
}

.customMessageBanner a{
  color: inherit !important;
}

@media screen and (max-width: 768px) {
    .customMessageBanner div.banner-left,
    .customMessageBanner div.banner-right {
        max-width: none !important;
        border-left: none !important;
        width: 100% !important;
        font-size: 15px !important;
        clear: both !important;
        border-top: 2px solid #FFFFFF !important;
        text-align: center !important;
        line-height: 1.2em !important;
        padding: 12px !important;
    }
    .customMessageBanner {
        padding: 0 !important;
        text-align: left !important;
    }
    .fa-warning {
      position: static !important;
    }
}
