.card__header_advertising {
  display: block;
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  color: #648dd4;
}
.advertisement-text-line {
  height: 1px;
  background-color: #648dd4;
  transform: translate(-50%, 0);
  left: 50%;
  position: relative;
  margin: 7px 0;
}

.near-line {
  width: 40%;
}
.middle-line {
  width: 45%;
}
.far-line {
  width: 50%;
}
