.info__content {
  padding: 50px 0px;
  display: flex;
  flex-flow: column;
  gap: 88px;
}
.info__mini-title {
  color: #F0F2F5;
}
.info__mini-title .circle {
  background: #F0F2F5;
}
.info__head {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
}
.info__title {
  max-width: 60%;
  width: 100%;
  font-family: Geist;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2.8%;
  color: #F0F2F5;
  gap: 16px;
}
.info__body {
  display: flex;
  flex-flow: row;
  max-width: 60%;
  width: 100%;
  align-self: flex-end;
  gap: 40px;
}
.info__text-block {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.info__text-block-top {
  font-family: Geist;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4%;
  color: #F0F2F5;
}
.info__text-block-bot {
  font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #929B97;
}

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