@media (max-width: 992px) {
  .Custom-Section {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .Custom-Section {
    padding: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.Custom-card {
  /*position: relative;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.form-control::-webkit-input-placeholder {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  color: rgba(51, 51, 51, 1);
}

.form-control::-moz-placeholder {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  color: rgba(51, 51, 51, 1);
}

.form-control:-ms-input-placeholder {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  color: rgba(51, 51, 51, 1);
}

.form-control:-moz-placeholder {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  color: rgba(51, 51, 51, 1);
}

