    .alert-flex-container {
      display: flex;
      margin: 1em;
      justify-content: left;
    }
    
    .alert-flex-item {
      flex-grow: 1;
      height: auto;
      text-align: center;
      padding: 1em;
      max-width: 50%
    }
    
    .alert-flex-item + .alert-flex-item {
      margin-left: 2%;
    }
    .alert-heading{
        font-weight: 700;
        letter-spacing: 0.05em;
    }
    .alert-subtitle{
        font-size: .8em;
        font-style: italic;
        font-weight: 400;
        line-height: .8em;
    }