.top-title {
  background: #001c36;
}
.top-title__content {
  display: flex;
  flex-flow: row;
  gap: 24px;
  justify-content: space-between;
  padding: 16px 0px 84px 0px;
}
.top-title__right {
  max-width: 61%;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  gap: 28px;
}
.top-title__main-text {
  font-family: Geist;
  font-weight: 300;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: calc((48px / 100) * -2.5);
  color: #f0f2f5;
  max-width: 80%;
  width: 100%;
}
.top-title__main-text strong {
  font-weight: 300;
  color: #94a9b5;
}
.top-title__text {
  font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #94a9b5;
  max-width: 459px;
}

@media (max-width: 1024px) {
  .top-title__content {
    padding: 16px 0 24px 0;
    flex-flow: column;
  }
  .top-title__right {
    max-width: 100%;
    width: 100%;
  }
  .top-title__main-text {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -1.6%;
	max-width: 100%;
	  	padding-top: 42px;
  }
  .top-title__text {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;

	max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */