#stock-ticker-ai-signals-page .row{
  margin: 0 auto !important;
}

.features-footer{
  margin-top: 0;
}

  .ai-charts .col{
    padding: 20px;
  }


.tow-cta h2{
  font-size: 2.5vw !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form-inputs {
      flex-direction: row !important;
  }
  .form-button {
      /* width: auto !important; */
  }
}
@media screen and (max-width: 992px){
  .tow-cta h2{
      font-size: 2.5rem !important;
      text-align: center;
  }
  .tow-cta p{
      text-align: center;
  }
}
@media screen and (min-width: 1800px){
  .tow-cta h2{
      font-size: 2.5rem !important;
  }
}
