/*
 * File: style-1.css
 * Description: CSS added for ongoing fixes and changes to Stone. No SASS/pre-processing.
 *
 * Created: 05/08/2016
 * Author(s): Advait Junnarkar
 */

/* JIRA: SRE-138 | Files: stone_invest_invest_page.html */
 .stone-approved {
 	position: absolute;
    top: 5px;
    left: 5px;
 }
 .stone-approved > img {
 	width: 4rem;
 }

.icon {
	position: absolute;
}
.icon_cashflow,
.icon_click-to-view {
	right: 5px;
	bottom: 5px;
}
.icon__img {
	width: 4rem;
	height: auto;
	display: block !important;
	visibility: visible !important;
}
.icon__img_cashflow {
	width: 5rem;
}

h2 {
	line-height: 52px;
}

/* Contact Us page */
.contact-img {
  height: 278px;
}