
/* Larger screens (≥1024px) */
@media (min-width: 1024px) {
 .hp-rs-layout .nv-rts-desc-layout .nv-rts-text-container .nv-rts-center-p {
  flex: 1 0 0;
  color: #286CFC;
  font-family: Inter;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 108px;
  letter-spacing: -5px;
 }

 .hp-rs-layout .nv-rts-custom-flex-header .nv-rts-header-text-group .nv-narrow-left-rts {
  align-self: stretch;
  color: var(--Future, #010F27);
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -1px;
 }

 .hp-rs-layout .nv-rts-custom-flex-header .nv-rts-header-text-group {
    flex-basis: 64.5% !important;
 }
}