body {
  padding: 2.5rem 0 0;
}

main {
  margin: 0 2.25rem;
  gap: 2.5rem;
  padding: 1.5rem 0;
}

.container {
  max-width: 18.75rem;
}

.section1 {
  gap: 2.5rem;
}

.section1__personBlock {
  width: 11rem;
  height: 11rem;
}

.section1__pigeonBlock {
  width: 6.5rem;
  height: 6.5rem;
}

.section1__mainInfoBlock__title,
.section2__title {
  font-size: 1.5rem;
}

.section1__text {
  font-size: 1rem;
}

.section1__mainInfoBlock__dateBlock span {
  font-size: 1rem;
}

.section1__crossBlock {
  width: 3.75rem;
  height: 5rem;
}

.countdown-number,
.countdown-colon {
  font-size: 1.5rem;
}

.section3__placeItem__imageBlock {
  width: 11rem;
  height: 11rem;
}

.timeBlock {
  width: 3.25rem;
  height: 3.25rem;
  border: 0.25rem solid #efebe5;
}

.timeBlock span {
  font-size: 1rem;
}

.section3__placeItem__infoBlock__name {
  font-size: 1.25rem;
}

.section3__placeItem__infoBlock__address {
  font-size: 0.875rem;
}

.section3__placeItem__infoBlock__link {
  font-size: 1rem;
}
.footer-text {
  font-size: 1.1em;
}
.footer .grid-gap-part {
  grid-gap: 0 0.5em;
  font-size: 0.7em;
}
.footer {
  padding: 1em 0px 1em 0;
}

/* Audio part */
.audio-div {
  height: 3.5rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  column-gap: 0.2rem;
}
.song {
  font-size: 0.75rem;
}
.play {
  width: 2.313rem;
  height: 2.313rem;
}
.play button {
  width: 2.313rem;
  height: 2.313rem;
}
.play-sm img {
  height: 0.611rem;
  width: auto;
  object-fit: contain;
}
.play-sm {
  width: 2.674rem;
  height: 2.674rem;
}
.close-arrow button img {
  width: 0.575rem;
  height: 0.575rem;
}
.close-arrow button {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.song-name {
  font-size: 0.6rem;
}
.close-arrow {
  left: -0.925rem;
}
/* Audio part */
