.training_text_container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card_container {
  margin-top: 75px;
  margin-bottom: 200px;
}

.img_container {
    max-width: 600px;
    max-height: 200px;
}

.card_custom {
  max-height: 400px;
  max-width: 400px;
  height: 100%;
  width: 100%;
}

@media (max-width: 992.98px) {
  .card_custom {
    max-width: none;
  }

  .row>* {
    padding-left: 0;
    padding-right: 0;
  }

  .card_container {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    display: block !important;
  }

  .training_text_container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .card_custom {
    max-height: 400px;
    max-width: 400px;
    height: 100%;
    width: 100%;
    margin-bottom: .5rem !important;
  }

  .mb-sm-0 {
    margin-bottom: 1rem !important;
  }
}
