.prompt {
  padding: 20px 12px;
  border: 2px dashed $honey;
  border-radius: 3px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  &.rose {
    border-color: $rose;
  }
  h4 {
    margin-bottom: 0;
    font-size: 18px;
  }
  p {
    margin-bottom: 0;
  }
  .material-icons {
    display: none;
  }
  @include breakpoint(large up) {
    padding: 20px 25px 20px 55px;
    position: relative;
    z-index: -1;
    .material-icons {
      display: inline-block;
      position: absolute;
      font-size: 25px;
      line-height: 25px;
      left: 15px;
      top: 36px;
    }
  }
}