.text-card {
  max-width: 90%;
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1540px) {
  .text-card {
    max-width: 1600px;
  }
}