.ez-alert {
    background: #b50404;
    padding: 20px 20px 20px 70px;
    color: #fff;
    position: relative;
}
    .ez-alert h1,
    .ez-alert h2,
    .ez-alert h3,
    .ez-alert h4,
    .ez-alert p,
    .ez-alert li {
        color: #fff;
    }
    .ez-alert p {
        margin: 0;
    }
    .ez-alert a {
        color: #fff;
        text-decoration: underline;
    }
        .ez-alert a:hover,
        .ez-alert a:focus {
            text-decoration: none;
            color: #fff;
        }
    .ez-alert h1, .ez-alert h2, .ez-alert h3, .ez-alert h4, .ez-alert h6 {
        color: #fff;
        font-size: 1.05rem;
        line-height: 1.45rem;
        letter-spacing: 0.02rem;
        margin: 0 0 8px 0;
    }
    .ez-alert p {
        margin: 0;
        font-size: 0.95rem;
        line-height: 1.4rem;
    }
    .ez-alert p b,
    .ez-alert p strong {
        font-weight: 500;
    }
.ez-alert.green {
    background: #03ab6e;
}
.ez-alert.orange {
    background: #c16604;
}
.ez-alert.blue {
    background: #005587;
}

/* Close */
.ez-alert .close {
    width: 35px;
    height: 35px;
    opacity: 0.8;
    position: absolute;
    left: 22px;
    top: 22px;
}
  .ez-alert .close:hover,
  .ez-alert .close:focus {
      opacity: 1;
      cursor: pointer;
  }
  .ez-alert .close:before,
  .ez-alert .close:after {
      position: absolute;
      left: 15px;
      top: 5px;
      content: ' ';
      height: 30px;
      width: 2px;
      background-color: rgba(255,255,255,1);
  }
  .ez-alert .close:before {
      transform: rotate(45deg);
  }
  .ez-alert .close:after {
      transform: rotate(-45deg);
  }
  .ez-alert .close span {
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px !important;
      width: 1px !important;
      margin: 0 !important;
      overflow: hidden !important;
      position: absolute;
      display: block;
  }

@media only screen and (max-width: 959px) {

    .ez-alert h1, .ez-alert h2, .ez-alert h3, .ez-alert h4, .ez-alert h6 {
        font-size: 1.15rem;
        line-height: 1.55rem;
        margin: 0 0 10px 0;
    }

}
