.license-included {
  position: relative;
  background: var(--color-white);
  padding-block: 2vi 6vi;
}

.license-included__inner {
  display: grid;
  place-items: center;
  gap: clamp(24px, 3vw, 40px);
  text-align: center;
}

.license-included__title {
  font-weight: 400;
  font-size: clamp(1.625rem, 0.9rem + 2.7vw, 3.25rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--color-text);
  max-inline-size: 900px;
}

.license-included__media {
  width: min(100%, 720px);
}

.license-included__image {
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.license-included__description {
  font-size: clamp(1rem, 0.7rem + 0.6vw, 1.25rem);
  line-height: 1.6;
  color: var(--color-text);
  max-inline-size: 820px;
  padding-inline: 16px;
}

.license-included__cta {
  display: grid;
  place-items: center;
  gap: 18px;
  padding-block-start: 2vi;
}

.license-included__cta-heading {
  font-weight: 500;
  font-size: clamp(1.25rem, 0.8rem + 1.6vw, 1.875rem);
  line-height: 1.3;
  color: var(--color-text);
}
