.Text-list .item {
  display: flex;
  align-items: flex-start;
  margin: 38px;
}
.Text-list .item .dot {
  width: 7px;
  height: 7px;
  background-color: var(--Blue, #0B55E5);
  border-radius: 50%;
  margin-top: 12px;
  margin-right: 15px;
  flex-shrink: 0;
}
.Text-list .item .content .title {
  color: var(--Font-Color-Title, #020D2B);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: -0.4px;
  margin: 0 0 15px 0;
}
.Text-list .item .content .description {
  color: var(--Font-Color-Paragraph, #747A8B);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin: 0;
}