/* ===============================
	 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;
  }
}

/* ===============================
	 photo-link
================================ */
@media (min-width: 768px) {
  .photo-link-list {
    gap: 30px 30px;
    margin: 30px 30px;
  }
}