.form-section .d-flex{
    gap: 54px;
}

.form-section .col.left-col {
    width: 52%;
}

.form-section .form-section-wrapper{
    padding: 0 32px;
}

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

.form-section .form-section-wrapper .form-row {
  margin-bottom: 24px;
}

#form-section .form-section-wrapper .form-row:last-of-type {
  margin-bottom: 0;
}


.form-section .form-section-wrapper button.btn {  
  width: 180px;
  /* background-color: aliceblue; */
}

.form-section .image-section{
    padding: 16px;
    background-color: aliceblue;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.form-section .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
