.text-rep__content {
  display: flex;
  flex-flow: column;
  gap: 60px;
  padding: 60px;
  border-radius: 12px;
}
.text-rep__item {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.text-rep p.text-rep__title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -1%;
  color: #0d499c;
  text-transform: capitalize;
}
.text-rep .text-rep__text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #898d90;
}

@media (max-width: 1024px) {
  .text-rep__content {
    padding: 24px 18px;
    gap: 32px;
  }
  .text-rep p.text-rep__title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #0D499C;
  }
  .text-rep .text-rep__text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #898D90;
  }
}/*# sourceMappingURL=style.css.map */