/* ===============================
	 hero-message
=============================== */
.hero-message__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-message__title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.hero-message__leadr {
  text-align: center;
}
.hero-message__author {
  font-size: 23px;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 767px) {
  .hero-message__author {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .page-header__figure img {
    object-position: 70%;
  }
}
strong {
  font-size: 20px;
  font-weight: 700;
}

.profile-block__text {
  margin-bottom: 20px;
}