.page_title {
  width: 100%;
  margin-bottom: 2%;
  height: 10%;

  display: flex;
  flex-direction: column;
  /* padding-left: 2%; */

  /* margin-right: 37px; */
}

.page_title__title {
  display: flex;
  justify-content: flex-start;

  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}

.page_title__data {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.page_title__horizontal_line {
  width: 100%;
  height: 1px !important;
  margin-top: clamp(8px, 1%, 16px);
  /* margin-top: 1.5%; */
  background-color: #d9d9d9;
}

.page_title__additional_data {
  display: flex;
  align-items: center;
  justify-content: center;

  width: clamp(100px, 20vw, 200px);
  height: clamp(30px, 5vh, 40px);
}

.page_title__additional_data > * {
  font-size: clamp(10px, 1vh, 20px);
}

.page_title__description {
  color: #1c1d21;

  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;

  text-align: left;

  margin-top: 2%;
}
