.developer-info {
  width: 100%;
  height: 849.391px;
  padding: 48px 40px;
  color: var(--color-dark);
  background: var(--color-light);
  border: 1px solid rgba(244, 246, 244, 0.1);
  border-radius: 18px;
}

.developer-info__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  width: calc(100% + 2px);
  height: 753.391px;
}

.developer-info__article {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 720px;
  height: 753.391px;
}

.developer-info__title {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: var(--color-dark);
  font-size: 40px;
  font-weight: 600;
  line-height: 43.2px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  white-space: nowrap;
}

.developer-info__title span:last-child {
  color: rgba(18, 22, 20, 0.55);
  font-weight: 400;
}

.developer-info__intro,
.developer-info__locations,
.developer-info__purchase {
  width: 100%;
  margin: 0;
  color: rgba(18, 22, 20, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.developer-info__intro {
  padding-top: 24px;
}

.developer-info__subtitle {
  width: 100%;
  height: 55px;
  margin: 0;
  padding-top: 32px;
  color: var(--color-dark);
  font-size: 19px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.19px;
  white-space: nowrap;
}

.developer-info__locations,
.developer-info__purchase {
  padding-top: 12px;
}

.developer-info__locations {
  min-height: 96px;
}

.developer-info__locations a {
  border-bottom: 1px solid rgba(18, 22, 20, 0.3);
}

.developer-info__highlight {
  width: 100%;
  margin: 30px 0 0;
  padding: 30px 32px;
  color: var(--color-light);
  background: var(--color-dark);
  border-radius: 14px;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.25px;
}

.developer-info__purchase {
  min-height: 96px;
}

.developer-info__contents {
  width: 300px;
  max-width: 300px;
  height: 289.297px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(18, 22, 20, 0.12);
  border-radius: 14px;
}

.developer-info__contents-label {
  margin: 0;
  color: rgba(18, 22, 20, 0.45);
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.98px;
  text-transform: uppercase;
}

.developer-info__nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 250px;
  height: 170px;
  padding-top: 16px;
}

.developer-info__nav a {
  width: 100%;
  padding: 10px 12px;
  color: rgba(18, 22, 20, 0.7);
  border-radius: 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.developer-info__nav a.is-active {
  color: var(--color-dark);
  background: rgba(255, 207, 0, 0.3);
  font-weight: 600;
}

.developer-info__divider {
  width: 100%;
  height: 1px;
  margin-top: 18px;
  background: rgba(18, 22, 20, 0.1);
}

.developer-info__meta {
  width: 250px;
  margin: 0;
  padding-top: 18px;
  color: rgba(18, 22, 20, 0.5);
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
  white-space: nowrap;
}

@media (max-width: 920px) {
  .developer-info {
    height: auto;
    padding-inline: 20px;
  }

  .developer-info__layout {
    grid-template-columns: 1fr;
    height: auto;
  }

  .developer-info__article {
    height: auto;
  }

  .developer-info__contents {
    grid-row: 1;
  }
}

@media (max-width: 640px) {
  .developer-info__title {
    font-size: 34px;
    line-height: 37px;
    white-space: normal;
  }

  .developer-info__highlight {
    padding: 26px 24px;
    font-size: 21px;
    line-height: 30px;
  }
}
