.contact {
	background: #e0dcd8;
	padding: 80px 0;
}

.contact .heading {
	text-align: center;
}

.contact .heading h1 {
    color: #171717;
    font-size: 4vw;
    font-weight: 400;
}

.contact .heading p {
	font-size: 25px;
}

.contact_wrap {
	width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 70%) minmax(0, 1fr);
    grid-gap: 35px;
    margin-top: 150px;
}

.contact_wrap .fluentform input,
.contact_wrap .fluentform select,
.contact_wrap .fluentform textarea {
	background: #dbd7d3;
	padding: 20px;
	height: auto;
	border: none !important;
	box-shadow: none !important;
	color: #868e97;
}

.contact_wrap .fluentform input:focus,
.contact_wrap .fluentform select:focus,
.contact_wrap .fluentform textarea:focus {
	background: #dbd7d3;
}

.contact_wrap .fluentform textarea {
	height: 200px;
}

.contact_wrap .kontakt-info__item {
	margin-bottom: 30px;
}

.contact_wrap .kontakt-info__wrap h3 {
	font-weight: 400;
	color: #7e7c7a;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
}

.contact_wrap .kontakt-info__wrap h3 span {
	text-transform: capitalize;
	color: #171717;
	font-size: 17px;
	letter-spacing: 0;
}

.contact_wrap .kontakt-info__wrap p {
	margin-bottom: 0;
	margin-top: 5px;
}


.contact_wrap .kontakt-info__wrap p,
.contact_wrap .kontakt-info__wrap a {
	color: #171717;
}

.contact_wrap .kontakt-info__wrap a {
	text-decoration: underline;

}

.ff-btn-submit {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.ff-btn-submit {
    background: #171717 !important;
    color: #fff;
    padding: 18px 30px !important;
    border-radius: 40px !important;
    font-size: 15px !important;
    text-decoration: none;
    border: 2px solid #171717;
}




@media only screen and (max-width: 1600px) {
	.contact .heading p {
	    font-size: 20px;
	}
	.contact_wrap {
		margin-top: 75px;
		grid-template-columns: minmax(0, 65%) minmax(0, 1fr);
	}
	.contact .heading h1 {
		font-size: 50px;
	}

}

@media only screen and (max-width: 768px) {
	.contact_wrap {
		grid-template-columns: 1fr;
	}
	.contact .heading h1 {
		font-size: 30px;
	}
	.contact .heading p {
        font-size: 17px;
    }
}


@media only screen and (max-width: 600px) {
    .contact .heading h1 {
        font-size: 25px;
    }
    .contact_wrap {
        margin-top: 30px;
    }
    .contact_wrap .fluentform input, 
    .contact_wrap .fluentform select, 
    .contact_wrap .fluentform textarea {
    	padding: 14px 20px;
    }
    .ff-btn-submit {
    	padding: 12px 30px !important;
    }
}







