h3 {
  color: var(--box-limed-spruce);
  font-family: var(--font-secondary);
  font-size: calc((2.2 - 1) * 1.2vh + 1rem);
  text-align: left;
  line-height: 1.3;
  margin-bottom: 30px;
}

.inner__container {
  margin: 0 auto;
}

.introduction__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
}

.photo {
  width: 80%;
  display: block;
}

.photo__section {
  width: 100%;
  position: relative;
}

.photo__caption {
  font-family: var(--font-primary);
  font-size: calc((1.1 - 1) * 1.2vw + 1rem);
  margin: 16px 0;
}

.signature {
  width: 40%;
  position: absolute;
  right: 0;
  top: 5%;
}

.andrew__block {
  align-items: center;
}

.andrew__block .signature {
  top: 20%;
}

.stars {
  max-width: 70px;
}

.button__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px auto 30px;
}

.button__section__text {
  text-align: center;
  padding-top: 16px;
  max-width: 600px;
}

.button__section__btn {
  display: block;
  background-color: var(--btn-golden-rod);
  border: none;
  color: var(--box-limed-spruce);
  padding: 1.4em 2.338em;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 40px;
}

.button__section__btn:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  h3 {
    width: 70%;
    line-height: 1.3;
    margin: 30px 0 20px 0;
  }

  .inner__container {
    padding: 0 60px;
  }

  .introduction__block {
    background: url("../assets/stars_blue.svg") no-repeat center center;
    padding: 60px 0;
  }

  .kid__block {
    display: flex;
    justify-content: space-between;
    gap: 10%;
  }

  .kid_block__text {
    width: 50%;
    margin: unset;
  }

  .photo__section {
    width: 50%;
  }

  .andrew__block {
    margin-top: 60px;
  }

  .andrew__block .photo__section {
    margin-left: 10%;
  }
}

@media screen and (min-width: 1080px) {
  h3 {
    width: 60%;
  }

  .introduction__block {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1300px) {
  .introduction__block {
    background-size: cover;
  }
}
