@charset "utf-8";
/* CSS Document */

div.main_content {
	width: 820px;
	height: 529px;
	padding: 0 0 0 20px;
	margin: 20px 0 20px 60px;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	border-radius: 20px;
	overflow: hidden;
	display: block;
	position: relative;
	/* font-weight: bold; */
}
div.main_content::after {
  content: "";
  background: url(/images/lease_bg.jpg);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.stand_out{
	color: red;
	margin:0;
	padding:0;
	font-weight: 700;
}

.paragraph{
	color: white;
	margin: 10px auto;
	width: 50%;
    font-size: .85em;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 20px;
	padding: 30px;
	background: inherit;
	background-attachment: fixed;
}
.paragraph::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-attachment: fixed;
  filter: blur(12px);
}
.paragraph::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 20px;
}
.paragraph p{
	  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
}