@media screen and (max-width:750px){
  .container{
    display: flex;
    flex-direction: column;
  }
  .col-md-6, .col-md-4{
    width:100%;
  }
  .card{
    padding:50px;
  }
  .card-container{
    height:250px;
  }
  img{
    max-width:100%;
    height:auto;
    max-height:45px;
  }
  .form-control-select{
    height:30px;
    padding-top:5px;
  }
  .card-content p, .social-link{
    font-size: 8px;
    white-space:nowrap;
  }
  .btn-link{
    width:49%;
    padding:5px 15px;
    font-size:14px;
  }
  .form-style-1 .field-divided{
    width:100%;
  }
}
@media screen and (min-width:751px) and (max-width:1024px){
  img{
    max-width:100%;
    height:auto;
  }
  .form-style-1 .field-divided{
    width:100%;
  }
  .form-control-select{
    height:30px;
    padding-top:5px;
  }
}