.feedback-new-metro {
	display: flex;
	margin-bottom: -52px;
}

.feedback-new-metro div {
	line-height: initial !important;
}

.feedback-new-metro label {
	font-weight: inherit !important;
	display: block !important;
	margin-bottom: 0 !important;
}

@media(max-width:790px) {
	.feedback-new-metro {
		flex-direction: column;
	}
}

.feedback-new-metro__image {
	margin-right: 29px;
	width: 50%;
}

@media(max-width:790px) {
	.feedback-new-metro__image {
		width: 95%;
		margin: 0 auto;
	}
}

.feedback-new-metro__image img {
	width: 100%;
	object-fit: cover;
}

.feedback-new-metro__mfeed {
	width: 48%;
}

@media(max-width:790px) {
	.feedback-new-metro__mfeed {
		width: 95%;
		margin: 0 auto;
	}
}

.feedback-new-metro__textarea {
	height: 50px;
}

.feedback-new-metro__input {
	padding: 7px 23px;
	border: none;
	border-radius: 20px;
	background: #9f8f5c;
	cursor: pointer;
	color: #FFF;
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.feedback-new-metro__title {
	color: #A99A6A;
	font-family: Tahoma;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.feedback-new-metro__subtitle {
	color: #333;
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}