.pdm_layout_Form {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pdm_layout_Form-form {
  margin-top: 3rem;
}
.pdm_layout_Form-content a {
  text-decoration: none;
}
.pdm_layout_Form-content a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .pdm_layout_Form {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .pdm_layout_Form-content {
    padding-right: 3rem;
  }
}
