.container {
  max-width: 39.375rem;
}
.song {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.song img {
  width: 3.125rem;
  height: 3.125rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.song p {
  color: #4b5151;
  line-height: 1;
  text-align: center;
}
h2 {
  font-size: 1.555rem;
}
.ninethSection {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  gap: 1.5rem;
}
.seventhSection {
  gap: 1.5rem;
}
.seventhSection
  .seventhSection__weddingColors
  .seventhSection__weddingColors__color {
  width: 3.5rem;
  height: 3.5rem;
}
.eigthSection {
  min-height: 12.5rem;
}
.eigthSection .eigthSection__coupleHandImage {
  display: none;
}
.eigthSection .eigthSection__coupleHandImage--mobile {
  display: block;
}
.fivthSection {
  min-height: 12.5rem;
}
.fivthSection .fivthSection__img {
  display: none;
}
.firstSection__image {
  display: none;
}
.fivthSection .fivthSection__img--mobile {
  display: block;
}
.firstSection__img--mobile {
  display: block;
}
.thirdSection .thirdSection__ringImage {
  width: 35rem;
}

.languages-list {
  grid-gap: 0.3rem;
  right: 1rem;
}
.languages-list .lang-item .lang-img {
  width: 2rem;
  height: 2rem;
}
.languages-list .lang-name {
  font-size: 1rem;
}

/* .saveToDate .saveToDate__date {
  font-size: 3rem;
} */
