@import "./imports.scss";

.data-extraction-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-top: 142px;

  img {
    width: 121px;
    height: 121px;
  }

  .data-extraction-text {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    .title {
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      color: $dark-blue;
      margin-bottom: 3px;
    }

    .description {
      font-size: 14px;
      line-height: 20px;
      color: $grey;
    }
  }
}
