.lrs-alerts {
  list-style: none;
  padding: 0;
}

.lrs-alerts li {
  display: block;
}

.lrs-alerts li h3 { 
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  background: #153683;
  border-radius: 8px 8px 0px 0px;
  padding: 8px 20px;
  margin: 0;
}

.lrs-alerts li .lrsAlert-content { 
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: -5px 5px 15px rgba(150, 150, 150, 0.5);
}

.lrs-alerts li .lrsAlert-content p { 
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #303030;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
