.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
    position: relative;
}

.hero h1 {
    font-size: 3rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding: 0 2rem;
    line-height: 4rem;
    max-width: 600px;
}

.hero p {
  max-width: 500px;
  margin-bottom: 4rem;
}
.info-section-1 {
  background-color: white;
}
.tablet-frame {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.tablet-horizontal {
  padding-top: 76.2376%;
  background-image: url('/assets/images/tablet_horizontal_black.svg');
}

.tablet-vertical {
  padding-top: 138%;
  background-image: url('/assets/images/tablet_vertical_black.svg');
}

.tablet-frame iframe {
  position: absolute;
  border: none;
}

.tablet-horizontal iframe {
  width: 84.8%;
  height: 83.5%;
  top: 2.4%;
  left: 8%;
}

.tablet-vertical iframe {
  width: 87.5%;
  height: 84.6%;
  top: 3.75%;
  left: 8.45%;
}

.vertical-tablet-size-control {
  width: 100%;
  padding: 0rem 8rem;
}

@media (max-width: 768px) {
  .vertical-tablet-size-control {
    padding: 0rem 1rem;
  }

  .hero p {
    max-width: 600px;
    margin: 0 2rem;
    
  }
}
