
.offerBlock
{
	overflow:hidden;

	width:100%;
	display:inline-block;

	margin-left:2%;
	margin-right:2%;
/* 	min-width:490px; */
}
.firstBlock
{
	padding:1%;
	float:left;
	display:block;
}
.firstBlock p
{
	color: rgba(128, 128, 128, 0.67);
	margin-bottom:5px;
}
.offerPropItem p
{
	margin-top:4px;
	color:black;
}
.secondBlock
{ 
    /* height:100%; */
    position:relative;
	margin-left:1%;
}
.imageWrapper
{
	/* height:200px; */
	max-width: 500px;
  /*   max-width: 40%; */
}
.imageWrapper img
{
/*  	height:100%; 
	width: 500px; */
    max-width: 90%;
}
@media screen and (max-device-width:1000px) and (orientation:portrait)
{
/* .imageWrapper img {max-width: 70%;} */
.secondBlock {Clear:both}
}
.offerName
{
    margin-left:2%;
	margin-top:1%;
	font-weight:bold;
    font-size:17px;
}
.offerText
{
  margin-left:2%;
  margin-top:10px;
}


	