
.section-for-the-advancement .section-for-the-advancement-layout {
  gap: 2.4rem;
}

.section-for-the-advancement .section-for-the-advancement-layout {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.section-for-the-advancement .section-for-the-advancement-layout > div:nth-child(1) {
  gap: 2.4rem;
}

.section-for-the-advancement .section-for-the-advancement-layout > div:nth-child(1) {
  grid-row-start: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-content: center;
}

.section-for-the-advancement .section-for-the-advancement-image-frame {
  aspect-ratio: 16/9;
  width: 200%;
  overflow: hidden;
}

.section-for-the-advancement h2 {
  font-family: var(--font-family-nb-international-pro);
  font-size: var(--font-headline-4-m-size);
  line-height: var(--font-headline-4-m-line-height, normal);
  letter-spacing: var(--font-headline-4-m-letter-spacing, 0);
  font-weight: var(--font-headline-4-m-weight, 400);
}

.section-for-the-advancement h2 {
  grid-column: span 4 / span 4;
}

.section-for-the-advancement p {
  grid-column: span 4 / span 4;
}

.section-for-the-advancement .section-for-the-advancement-btn {
  grid-column: span 2 / span 2;
}

.section-for-the-advancement .doc-section-inner .section-for-the-advancement-image {
  /* stylelint-disable-next-line function-url-quotes */
  -webkit-clip-path: url(#section-for-the-advancement-border-path);
          clip-path: url(#section-for-the-advancement-border-path);
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }

  .\!container {
    max-width: 640px !important;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }

  .\!container {
    max-width: 768px !important;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }

  .\!container {
    max-width: 1024px !important;
  }

  .gap-grid {
    gap: 2.4rem;
  }

  .section-for-the-advancement .section-for-the-advancement-layout {
    gap: 2.4rem;
  }

  .section-for-the-advancement .section-for-the-advancement-layout {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .section-for-the-advancement .section-for-the-advancement-layout > div:nth-child(1) {
    gap: 2.4rem;
  }

  .section-for-the-advancement .section-for-the-advancement-layout > div:nth-child(1) {
    grid-column: span 5 / span 5;
    grid-row-start: auto;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .section-for-the-advancement .section-for-the-advancement-layout > div:nth-child(2) {
    grid-column: span 5 / span 5;
  }

  .section-for-the-advancement h2 {
    font-size: var(--font-headline-4-size);
    line-height: var(--font-headline-4-line-height, normal);
    letter-spacing: var(--font-headline-4-letter-spacing, 0);
    font-weight: var(--font-headline-4-weight, 400);
  }

  .section-for-the-advancement h2 {
    grid-column: span 5 / span 5;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }

  .\!container {
    max-width: 1280px !important;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }

  .\!container {
    max-width: 1536px !important;
  }
}

@media (min-width: 1800px) {

  .container {
    max-width: 1800px;
  }

  .\!container {
    max-width: 1800px !important;
  }
}
