.text_line {
  padding: 10rem 0rem;
}
.text_line__heading {
  font-family: "GT Zirkon";
  font-weight: 500;
  font-size: 48px;
  line-height: 51px;
  text-align: center;
  vertical-align: bottom;
  margin-bottom: 0;
}
.text_line__line {
  width: 2px;
  height: 200px;
  background-color: #000;
  margin: 100px auto;
}
@media (max-width: 768px) {
  .text_line__line {
    height: 150px;
    margin: 80px auto;
  }
}
.text_line__text {
  font-family: "GT Zirkon";
  font-weight: 350;
  font-size: 30px;
  line-height: 33px;
  text-indent: 116px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .text_line__text {
    font-size: 25px;
    line-height: 30px;
    text-indent: 100px;
    letter-spacing: -0.05em;
  }
}
