
#form-section .container>.d-flex {
  gap: 12px;
}

#form-section .col.left-col {
  width: 40%;
  padding: 20px;
}

#form-section .col.right-col {
  width: 60%;
}

#form-section .form-section-wrapper h2{
    text-transform: capitalize;
}

#form-section .form-section-wrapper h2,
#form-section .form-section-wrapper p,
#form-section .form-section-wrapper .button-row
{
  text-align: center;
}

#form-section .form-section-wrapper button.btn {
    width: 160px;
    border-radius: 0;
}

#form-section .form-row .option-group p{
  text-align: left;
}

@media (max-width: 768px) {
#form-section .col.left-col{
  padding: 0;
}
}
