#actionswrapper
{
	padding: 0px 0px 40px;
	position: relative;
}

#actionswrapper .actionsright>.divbottomline
{
	background: linear-gradient(90deg, #ffffff00 0%, #ffffff00 45%, #0D7340 46%);
	display: block;
	height: 3px;
	position: relative;
	top: -3px;
}

#actionswrapper .actionsright>.mainwidth
{
	border-bottom: 3px solid #0D7340;
}

#actionswrapper .actionsright>.mainwidth h2 {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 600;
    border-bottom: 3px solid #fff;
    color: #000;
    padding: 40px 60px 0px 0px;
    position: relative;
    margin: 0px;
    text-align: left;
    top: 3px;
}

#actionswrapper>.mainwidth
{
	background-color: #fff;
	margin: 40px auto;
}

#actionswrapper>.mainwidth>div
{
	box-shadow: -2px 2px 8px #aaa;
	text-align: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 33.3%;
}

#actionswrapper>.mainwidth>div:last-child
{
	margin-right: 0px;
}


#actionswrapper>.mainwidth>div>.image
{
	width: auto;
	height: 220px;
	margin: 10px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

#actionswrapper>.mainwidth>div>.image>span
{
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	font-size: 80px;
	font-weight: 500;
	line-height: 0.71em;
}

#actionswrapper>.mainwidth>div:last-child>.image>span
{
	left: unset;
	right: 0px;
}

#actionswrapper>.mainwidth>div>.info
{
	margin: 20px 40px;
	min-height: 70px;
}


#actionswrapper>.mainwidth>div>.info h3
{
	text-transform: uppercase;
	font-size:20px;
	font-weight: 500;
	line-height: 1.2em;
	min-height: 1em;
	color: #000;
	padding: 0px;
	position: relative;
	margin: 0px;
	text-align: left;
	width: 95%;
}

#actionswrapper>.mainwidth>div>.info p
{
	margin: 3px 0px 0px;
}

#actionswrapper>.mainwidth>div>.data
{
	display: flex;
}

#actionswrapper>.mainwidth>div>.data>div
{
	background-color: #E6E6E6;
	font-size: 11px;
	width: 50%;
	line-height: 40px;
	text-align: center;
}

#actionswrapper a.button.greenright {
	width: 50%;
	height: 40px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 10px;
}


@media (max-width: 767px) {

	#actionswrapper .mainwidth
	{
		background-position: top;
		margin: 0px 0px 0px 20px;
		padding-right: 0px;
	}

	#actionswrapper>.mainwidth.flex,
	#actionswrapper>.mainwidth.flex>div
	{
		display: block;
		width: auto;
		clear: both;
		padding-top: 1px;
	}

	#actionswrapper>.mainwidth.flex
	{
		padding-bottom: 5px;
		margin-bottom: 40px;
	}

	#actionswrapper>.mainwidth.flex>div
	{
		margin-bottom: 30px;
	}

	#actionswrapper .actionsright
	{
		margin-bottom: 30px;
	}

	#actionswrapper .actionsright>.mainwidth h2 {
	    font-size: 32px;
	    border-bottom: 6px solid #fff;
	    padding: 40px 30px 0px 0px;
	    z-index: 1;
	    top: 4px;
	}

	#actionswrapper>.mainwidth>div:last-child
	{
		margin-right: 20px;
	}


}
