.info-blue__content {
  padding: 50px 0px;
  display: flex;
  flex-flow: column;
  gap: 64px;
}
.info-blue__head {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
}
.info-blue__title {
  max-width: 60%;
  width: 100%;
  font-family: Geist;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2.8%;
  color: #F0F2F5;
}
.info-blue__title strong {
  font-weight: 400;
  color: #94A9B5;
}
.info-blue__body {
  display: flex;
  flex-flow: row;
  max-width: 60%;
  width: 100%;
  align-self: flex-end;
  gap: 40px;
}
.info-blue__text {
  font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #94A9B5;
  max-width: 520px;
}

@media (max-width: 1024px) {
  .info-blue__content {
    padding: 24px 0 48px 0;
    gap: 36px;
  }
  .info-blue__head {
    flex-flow: column;
    align-items: flex-start;
	justify-content: space-between;
    gap: 8px;
  }
  .info-blue__title {
    max-width: 100%;
	padding-top: 52px;
  }
  .info-blue__body {
    max-width: 100%;
    flex-flow: column;
    gap: 40px;
  }
}/*# sourceMappingURL=style.css.map */