.banner-pj-wrapper-bp7k {
  background: #282834;
  border-radius: 20px;
  width: calc(100% - 16px);
  max-width: 1920px;
  margin: 8px auto 8px;
}

.banner-pj-section-bp7k {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px;
  width: 100%;
  box-sizing: border-box;
}
.banner-pj-text-bp7k {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.48px;
  color: #fff;
  margin: 0;
  font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
  font-feature-settings: 'ss04' on, 'case' on;
}
.banner-pj-button-bp7k {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  min-height: 36px;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: #fff;
  text-decoration: none;
  background: #4850e5;
  border-radius: 12px;
  white-space: nowrap;
  transition: background-color 0.18s ease-out;
}
.banner-pj-button-bp7k:hover {
  background: #3d44c4;
  color: #ffffff;
}
.banner-pj-button-bp7k:active {
  background: #3238a3;
  color: #ffffff;
}

@media (min-width: 768px) {
  .banner-pj-wrapper-bp7k {
    width: calc(100% - 16px);
    margin: 8px auto 8px;
  }

  .banner-pj-section-bp7k {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    gap: 32px;
  }
  .banner-pj-text-bp7k {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.04em;
    flex: 1;
  }
  .banner-pj-button-bp7k {
    padding: 14px 24px;
    min-height: 48px;
    font-size: 14px;
  }
}