#nf-form-title-5>h3, .page-template-page-try-correcttrack .demo-container, .nf-form-fields-required{
  display: none;
}
#card-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.try-card{
  box-shadow: 0 0 3px 0px rgba(0,0,0,.4);
  border-radius: 5px;
  margin: 2em;
  min-width: 90%;
  width: 90%;
  background-color: rgb(252, 252, 252);
}
@media only screen and (max-width:1300px){
  .try-card{
    min-width: 90%;
    width: 90%;
  }
}
.try-card>h2:first-child{
  background-color: rgb(17, 133, 189);
  color: white;
  margin-top: 0;
  padding: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.try-card a{
  font-weight: 600;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
  font-family: 'system-ui', arial, sans-serif;
  text-align: center;
  margin-bottom: 8px;
  padding-left: 75px;
  padding-right: 75px;
  line-height: 100%;
  align-self: center;
}
.card-contents{
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 355px;
}
.card-contents>div:first-child em{
  display: block;
  margin-bottom: 16px;
}
@media only screen and (max-width:1300px){
  .card-contents{
    min-height: 250px;
  }
}
.card-content .nf-form-content *{
  margin: 0 !important;
  padding: 0 !important;
}
#try-form{
  text-align: center;
  align-self: center;
  box-sizing: border-box;
}

#try-form *{
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

#try-form *:not(input){
  margin: 0;
  padding: 0;
}

#try-form input{
  margin-top: 10px;
}

#try-form .btn-green{
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.legal-text{
  font-size: 10px;
  margin: 0 auto;
}

@media only screen and (max-width:360px){
  .try-card{
    min-width: 100%;
    width: 100%;
  }
}