.alert {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 48px;
  & h2 {
    margin-bottom: 30px;
  }

  & .alert__icon {
    height: 60px;
    width: 60px;
    max-height: 60px;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 20px auto;
    & svg {
      height: 100%;
      width: 100%;
    }
  }
}
