.item-rows-group {
  display: flex;

  width: 575px;
  height: 676px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.recents {
  position: relative;
  padding-top: 10px;
  .illustration {
    left: 280px;
    top: 0px;

    position: absolute;
  }
}
.recents > section {
  margin-bottom: 10px;
  width: 385px;
  height: 93px;
  background-image: url("../assets/ui/home/recents.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 5px;
  .topic {
    color: var(--text-color);
    width: 150px;
    text-align: center;
  }
  .content-wrapper {
    padding-left: 30px;
    display: flex;
    color: var(--secondary-text-color);
  }
  .link-wrapper {
    padding-left: 10px;
    a {
      font-family: "Asimovian", sans-serif;
      font-weight: 400;
      font-style: normal;
    }
  }
}
