.form-control{
	width: 100%;
	height: 100%;
	    padding: 0.63rem 0.4rem;
    width: 100%;
	background-color: #f9f9f9;
    border: 1px solid #d1d5da;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-appearance: none;
}
a, p{
    color:black !important;
}
.submit{
    /* font-family: 'Raleway'; */
    font-size: 14px;
    line-height: 1.5em;
    text-transform: none
}
.submit, .name, .email, .tel, textarea {
    /* font-family: 'Raleway'; */
    font-size: 14px;
    line-height: 1.5em;
    text-transform: none;
 }
 .inner_contact_form{
    padding: 1rem 1rem 1rem 1rem;
}
.contact-form{
    border: 2px solid #A0D083;
    height: 100%;
    border-radius: 16px;
 }

.image-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.contactImage {
  margin-top: auto;
  height:430px;
  padding-left:2rem;
}
@media (max-width: 987.98px) {
.contactImage {
  padding-left:0;
  padding-right:0;
  height:100%;
}
}