.embed-container {
  position: relative;
  width: 8.5in; /* Set width to 8.5 inches */
  height: 11in; /* Set height to 11 inches */
  margin: 0 auto; /* Center the container horizontally */
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* For screens smaller than 600px */
@media (max-width: 600px) {
  /* Your CSS rules for mobile devices */
  .section-header {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .section-content {
    font-size: 16px;
    line-height: 1.5;
  }
}