.main {
  padding-bottom: 64px;
}

.section {
  max-width: 1300px;
  margin: 0 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.section__content {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section__video-container {
  display: flex;
}

.section__video {
  width: 100%;
  object-fit: contain;
}

.section__button {
  width: 120px;
  height: 40px;
  margin-top: 24px;
  background-color: var(--color-third);
  border: none;
}

.section__download-link {
  width: 100%;
  height: 100%;
  color: var(--color-first);
  text-decoration: none;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__text {
  color: var(--color-third);
  line-height: 1.25;
}

@media screen and (min-width: 769px) {
  .section {
    padding: 0;
    margin-bottom: 24px;
    position: relative;
  }

  .section__content {
    width: 300px;
    height: 100%;
    background-color: var(--color-third-trans);
    padding: 0 24px;
    position: absolute;
    right: 0;
    justify-content: center;
  }

  .section__text {
    color: var(--color-first);
    font-size: 0.9rem;
    line-height: 1.2;
    text-align: justify;
  }
}

@media screen and (min-width: 1024px) {
  .section__text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .section__content {
    width: 300px;
  }

  .section__text {
    font-size: 1.15rem;
  }
}

@media screen and (min-width: 1362px) {
  .section {
    margin: 0 auto;
  }
}
