#turnoId{
  width: 90%;
  margin: auto;
  margin-top: 14px;
  border-radius: 5px;
}

.cs-h2-dsh{
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

.cs-h3-dsh{
  font-size: 1rem;
  margin-bottom: .5rem;
}


.info-card {
    height: 5.53rem;
}

  @media screen and (max-width: 450px) {

    .cs-h2-dsh{
      font-size: 1.1rem;
      margin-bottom: .5rem;
    }

    .cs-h3-dsh{
      font-size: 0.8rem;
      margin-bottom: .5rem;
    }

  }
