.contact-form-section{
/* 	background-color: #0B1B2B; */
	background: linear-gradient(90.62deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 100%), #104041;
	padding: 100px 0;
}

.contact-info{
	padding-top: 70px;
	padding-bottom: 180px;
}

.contact-form{
	position: absolute;
	right: 0;
	width: 560px;
}

.contact-info-container{
	width: 50%;
}

.contact-form form textarea{
	height: 80px;
}

.contact-form form .wpcf7-submit{
	border: none;
    background-color: #ADFF1C;
    color: #104041;
    font-size: 18px;
    padding: 6px 30px;
    font-weight: 600;
    border-radius: 5px;
	border: 1px solid transparent;
	transition: all 0.4s ease;
}

.contact-form form .wpcf7-submit:hover{
	background-color: #fff;
	border: 1px solid #104041;
}

@media (max-width: 1024px){
	
	.contact-form-section{
		padding: 50px 0;	
	}
	
	.contact-form{
		position: unset;
		width: 100%;
	}
	
	.contact-info-container{
		width: 100%;
	}
	
	.contact-info{
		padding-bottom: 70px;
	}
}