.empty-block-container {
  display: flex;
  vertical-align: middle;
  overflow: hidden;
  > .image {
    width: 50%;
    text-align: center;
    margin: auto;
    > img {
      width: 300px;
      height: 300px;
      object-fit: contain;
    }
  }
  > .description {
    text-align: left;
    width: 40%;
    margin: auto 5% auto 5%;
    > .title {
      font-family: "Poppins";
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      font-feature-settings: "pnum" on, "lnum" on;
      color: #05053d;
      &.error {
        color: #101010;
      }
    }
    > .subtitle {
      margin-top: 20px;
      font-family: "Inter";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: -0.02em;
      font-feature-settings: "pnum" on, "lnum" on;
      color: #05053d;
      &.error {
        color: #565e6a;
      }
    }
  }
}
.empty-block-container-vertical {
  vertical-align: middle;
  overflow: hidden;
  > .image {
    width: 50%;
    text-align: center;
    margin: auto;
    > img {
      width: 300px;
      height: 300px;
      object-fit: contain;
    }
  }
  > .description {
    text-align: left;
    width: 20%;
    margin: auto 5% auto 5%;
    > .title {
      font-family: "Poppins";
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      font-feature-settings: "pnum" on, "lnum" on;
      color: #05053d;
      &.error {
        color: #101010;
      }
    }
    > .subtitle {
      margin-top: 20px;
      font-family: "Inter";
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.02em;
      font-feature-settings: "pnum" on, "lnum" on;
      color: #05053d;
      &.error {
        color: #565e6a;
      }
    }
  }
}
@media screen and (max-width: 783px) {
  .empty-block-container {
    display: block;
    text-align: center;
    > .image {
      width: 100%;
      > img {
        width: 208px;
        height: 208px;
      }
    }
    > .description {
      text-align: center;
      width: 100%;
      margin: unset;
      > .title {
        margin: 16px 16px 0px 16px;
        &.page {
          font-size: 20px;
          line-height: 24px;
          text-align: left;
        }
        &.error {
          font-size: 24px;
          line-height: 32px;
          text-align: center;
        }
      }
      > .subtitle {
        margin: 16px 16px 0px 16px;
        &.page {
          font-size: 16px;
          line-height: 20px;
          text-align: left;
        }
        &.error {
          font-size: 16px;
          line-height: 24px;
          text-align: center;
        }
      }
    }
  }
  .empty-block-container-vertical {
    > .image {
      > img {
        width: 200px;
        height: 200px;
        object-fit: contain;
      }
    }
    > .description {
      text-align: left;
      width: 40%;
      margin: auto 5% auto 5%;
      > .title {
        font-family: "Poppins";
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        font-feature-settings: "pnum" on, "lnum" on;
        color: #05053d;
        &.error {
          color: #101010;
        }
      }
      > .subtitle {
        margin-top: 20px;
        font-family: "Inter";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.02em;
        font-feature-settings: "pnum" on, "lnum" on;
        color: #05053d;
        &.error {
          color: #565e6a;
        }
      }
    }
  }
}
