.heading {
   font-family: PlayfairDisplay-Bold, serif;
   font-size: 55px;
   line-height: 80px;
   color:  #020226;
   margin-bottom: 30px;
}
.subheading {
   font-family: Poppins-Regular, sans-serif;
   font-size: 21px;
   line-height: 37px;
   color:  #66667C;
   margin-bottom: 28px;
}
.main form .form-group label {
   font-family: Poppins-Regular, sans-serif;
   font-size: 16px;
   line-height: 37px;
   color:  #66667C;
}
.main form input.form-control {
   font-family: Poppins-Regular, sans-serif;
   font-size: 16px;
   line-height: 37px;
   color: #020226;
   border-radius: 5px;
   background-color: #FFFFFF;
   border: 0;
   min-height: 42px;
}
.main form .submit-btn {
   background-color: #003184;
   border-radius: 10px;
   font-family: Poppins-SemiBold, sans-serif;
   font-size: 18px;
   line-height: 27px;
   color: #FFFFFF;
   margin-top: 20px;
   margin-bottom: 193px;
   padding: 21px 34px;
}
.main .form-group {
   margin-bottom: 17px;
}
.main form .submit-btn:hover, .main form .submit-btn:focus {
   background-color: #66667C;
}
form {
   max-width: 590px;
}

.main:before {
  background-repeat: no-repeat;
  background-size: contain;    
  content: "";
  display: block;
  width: 40%;
  height: 100%;
  position: absolute;
}
.main:before {
  bottom: 0;
  right: 0;
  background-position: right bottom;
}
.main {
  position: relative;
  padding-top: 140px;
}
@media only screen and (max-width: 1023px) {
   .heading {
       font-size: 40px;
       line-height: 45px;
   }
   .subheading {
       font-size: 18px;
       line-height: 32px;
   }
   .main:before {
     width: 78%;
 }
 .main {
  padding-top: 130px;
 }
}