.section-contact .content {
	padding-top: 20px;
}
.section-contact .content .row {
	display: flex;
	justify-content: space-between;
}
.section-contact .content .column.right-box {
	width: 35%;
}
.section-contact .content .column.right-box form br {
	display: none;
}
.section-contact .content .column.left-box {
	width: 60%;
}
.section-contact .content .column.right-box .box {
	border-radius: 4px;
    box-shadow: 0 0 6px 2px rgb(0 0 0 / 20%);
    overflow: hidden;
}  
.section-contact .content .column.right-box .text {
    padding: 21px 5px 1px;	
	background-color: #1aaf5e;	
	color: #fff;
	font-size: 21px;
	text-align: center;
}
.section-contact .content .column.right-box .form {
    padding: 30px 40px 40px;
}
.section-contact .content .column.right-box .text h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 36px;
}
.section-contact .content .column.left-box .text {
	margin-top: -23px;
}
.section-contact .content .column.left-box .text h3 {
	margin-bottom: 6px;
}
.section-contact input[type="tel"],
.section-contact input[type="email"] {
	text-align: right;
}
.section-contact input,
.section-contact textarea {
    display: block;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 4px;
	padding: 7px 10px;
    border: 0;
	border-bottom: 1px solid #979797;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
.section-contact textarea {
	height: 40px;
}
.section-contact input[type="submit"] {
	margin-top: 40px;
    padding: 14px;
    border: 0;
    border-radius: 4px;	
	background-color: #1aaf5e;
	color: #fff;
	cursor: pointer;
}
.section-contact iframe {
	width: 100%;
	height: 280px;
	margin-top: 12px;
	border: 0;
}
@media(max-width: 991px){
	.section-contact .content .row {
		flex-wrap: wrap;
	}
	.section-contact .content .column.right-box {
		width: 100%;
	}
	.section-contact .content .column.right-box .text {
		font-size: 16px;
	}
	.section-contact .content .column.right-box .text h2 {
		font-size: 28px;
	}
	.section-contact .content .column.right-box .form {
		padding: 15px 25px 20px;
	}
	.section-contact .content .column.left-box {
		width: 100%;
	}
	.section-contact .content .column.left-box .text {
		margin-top: 30px;
	}
}






