.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7,
.section8,
.section9,
.section11 {
  width: 90%;
}

.section1__title,
.section1__names,
.section2__eventDay,
.section4__title,
.section6__title,
.section7__title {
  font-size: 2rem;
}

.section1__imageBlock {
  width: 100%;
  height: 23rem;
  margin: 0 auto;
}

.section2__text {
  font-size: 1.25rem;
}

.section2__imageBlock {
  width: 15rem;
  height: 12rem;
}

.section3__imageBlock {
  width: 100%;
  height: 14rem;
}

.section4__agendaBlock {
  gap: 2.5rem;
}

.section5__imageBlock {
  width: 8rem;
  height: 13.5rem;
}

.section6__countDown-number,
.section6__countDown-colon {
  font-size: 1.5rem;
}

.section7__dressCode {
  gap: 1rem;
}

.section7__dressCode-item {
  width: 3.5rem;
  height: 3.5rem;
}

.section7__text {
  font-size: 1rem;
}

.section8__title,
.section11__title {
  font-size: 1.5rem;
}

.section10 {
  width: 12.5rem;
  height: 8.5rem;
}


/*footer*/

.footer .footer-title {
  font-size: 1.1rem;
  line-height: 1.5em;
}

.footer .link-to-website {
  font-size: 1.1rem;
}

.footer .img-part {
  width: 1.5em;
}
.social-links img {
  height: 1em;
}
/*footer*/

/* Audio part */
.audio-div {
  height: 3.5rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  column-gap: 0.2rem;
  bottom: 5%;
}
.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: 1.674rem;
  height: 1.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 */