.eacf7-entry-restrictions {
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 30px;
  max-width: 520px;
  margin: 10px auto;
  text-align: center;

  img{
    margin-bottom: 10px;
  }

  h3 {
    color: #212121;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    max-width: 320px;
    margin: 16px auto;
  }

  p {
    color: #222;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
