.finance-details .row {
	align-items: center;
}
.finance-details-rt {
	padding-left: 9%;
}
.finance-media img {
	width: 100%;
}
.finance-inquiary {
	background: #fff;
}
.finance-inquiary-form form .form-field textarea {
	height: 260px;
}
/* Responsive */
@media only screen and (max-width: 1350px) {
    .finance-details-rt {
        padding-left: 12px;
    }
}
@media only screen and (max-width: 991px) {
    .finance-media {
        padding-top: 80px;
    }
    .finance-inquiary-form h2 {
        margin-bottom: 28px;
    }
    .finance-inquiary {
        padding-bottom: 40px;
        margin-bottom: 0;
    }
    .finance-inquiary-form form .form-field textarea {
        height: 182px;
    }
}