@media (max-width: 576px) {
    .subscribe-form tbody, body {
        flex-direction: column;
    }
}
.notification-small{
  font-size:12px;
  max-width: 90%;
  padding-left: 10px;
  margin-top: -10px;
}
.notification-small > a{
  color:#e20a16!important;
}
.notification-small > a:hover{
  text-decoration: underline!important;
}