.offerwalls_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
}

.offerwall{
	position: relative;
	width: 280px;
	height: 200px;
	margin: 8px;
	background-color: rgb(45, 45, 65);
	border-radius: 4px;
	overflow: hidden;
	box-shadow: rgba(5, 5, 5, 0.3) 0px 1px 2px 0px, rgba(5, 5, 5, 0.15) 0px 1px 3px 1px;
	transition: 0.3s;
}

.offerwall:hover{
	cursor: pointer;
	background-color: rgb(55, 55, 80);
}

.offerwall img{
	margin-left: 40px;
}

.offerwallInfo p{
	margin: 0px;
	padding: 1px 16px;
	letter-spacing: 1px;
	font-family: "Trebuchet MS";
	color: white;
}

#offerwallTextIcon{
	color: white;
}

.coinsOff img{
	margin: 0px;
	width: 11px;
	height: 11px;
	margin-left: 2px;
	margin-top: -1px;
}

.offerwallStats p{
	margin: 0px;
	letter-spacing: 1px;
	font-family: "Trebuchet MS";
	color: rgb(156, 156, 168);
	text-align: center;
	margin-bottom: 6px;
}

.offerwallStats{
	position: absolute;
	bottom: 0;
	width: 100%;
}

#coinsEarn{
	color: rgb(255, 204, 0);
}

.page_section{
    padding: 0px;
}