@import "../../style/var.scss";

.bgo-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: $padding-xl 0;

  &__image {
    width: 140px;
    margin-bottom: $padding-lg;

    img {
      width: 100%;
    }
  }

  &__description {
    margin-bottom: $padding-lg;
    color: $gray-6;
    font-size: $font-size-md;
  }
}
