.sectionEmbed {
  background-color: var(--bg-color);
  color: var(--text-color);
  padding: 4.8rem 2rem;
}

.sectionEmbed__content {
  margin-left: auto;
  margin-right: auto;
}

.sectionEmbed.width-large .sectionEmbed__content {
  max-width: 153.6rem;
}

.sectionEmbed.width-medium .sectionEmbed__content {
  max-width: 100rem;
}

.sectionEmbed.width-small .sectionEmbed__content {
  max-width: 65rem;
}

@media screen and (min-width: 1200px) {
  .sectionEmbed {
    padding: 5.6rem;
  }
}

@media screen and (min-width: 1321px) {
  .sectionEmbed {
    padding: 8.8rem;
  }
}