/* Home contact form section */
.rt-home-contact__inner{
	display:grid;grid-template-columns:minmax(280px, 1fr) minmax(320px, 1fr);
	gap:70px;align-items:center;
}
.rt-home-contact__media{
	min-height:535px;background:center top/contain no-repeat;
}
.rt-home-contact__form{
	min-width:0;
}
.rt-home-contact .b24-form-wrapper{
	max-width:540px!important;margin:0 auto!important;background:transparent!important;
}
.rt-home-contact .b24-form-header-title{
	font-family:inherit!important;font-size:26px!important;line-height:1.25!important;
	font-weight:400!important;letter-spacing:0!important;text-transform:uppercase!important;
}
.rt-home-contact .b24-form-header-description{
	font-family:inherit!important;font-size:16px!important;line-height:1.35!important;
}
.rt-home-contact .b24-form-control,
.rt-home-contact .b24-form-control:focus{
	background:#f7f7f7!important;border-color:#f7f7f7!important;box-shadow:none!important;
}
.rt-home-contact .b24-form-btn{
	background:var(--rt-primary)!important;color:#fff!important;border-radius:4px!important;
	font-family:inherit!important;font-weight:700!important;text-transform:uppercase!important;
}

@media (max-width:991px){
	.rt-home-contact__inner{grid-template-columns:1fr;gap:35px;}
	.rt-home-contact__media{min-height:420px;}
}
@media (max-width:767px){
	.rt-home-contact__media{min-height:330px;}
}
