@media (min-width:0px) and (max-width:576px) {
  .responsive-height {
    height: 165px !important;
    margin-bottom: 30px;
  }
}


@media (min-width:576px) and (max-width:768px) {
  .regForm {
    padding: 1rem 2rem;
    margin-left: -2rem;
  }

  .responsive-height {
    height: 165px !important;
     margin-bottom: 10px;
  }

}



@media (min-width:768px) and (max-width:992px) {
  .regForm {
    padding: 1rem 2rem;
    margin-left: -2rem;
  }

  .responsive-height {
    margin-top: 15px;
    height: 165px !important;
  }
}



@media (min-width:992px) and (max-width:1200px) {
  .regForm {
    padding: 1rem 2rem;
    margin-left: -2rem;
  }

  .responsive-height {
    height: 165px !important;
  }
}



@media (min-width:1200px) and (max-width:1600px) {
  .team-members-home {
    border: 1px solid rgba(0, 0, 0, 0.534);
    height: 265px;
    border-radius: 14px;
  }

  .responsive-height {
    height: 165px !important;
    margin-bottom: 15px;
  }

  #slide-up {
    background-color: #00364b;
  }

  .CardFormDesign {
    min-height: 464px !important;
  }
}



@media (min-width:1600px) {
  #slide-up {
    background-color: #00364b;
  }

  .responsive-height {
    height: 155px !important;
    margin-bottom: 10px;
  }

  .CardFormDesign {
    min-height: 400px;
  }
}