﻿.rsb
{
	background-color: #2b6431;
	color: #fff;
	border-left: 30px solid #fcc900;
}

.rsb .col3
{
	min-height: 50px;
	padding: 40px 30px;
}

.rsb .col3:nth-child(1)
{
	text-align: left;
	font-size: 26px;
	text-transform: uppercase;
}

.rsb .col3:nth-child(1) small
{
	font-size:12px;
	text-transform: none;
}

.rsb .col3:nth-child(2)
{
	text-align: center;
	font-size: 26px;
}

.rsb .col3:nth-child(2) a
{
	background-color:#fcc900;
	color: #000;
	padding: 10px 20px;
	text-decoration: none;
	display: block;
	width: auto;
	margin: 12px auto;
	font-size: 16px;
}

.rsb .col3:nth-child(3)
{
	text-align: right;
	font-size: 16px;
}

.rsb .col3:nth-child(3) img
{
	width: 358px;
	max-width: 100%;
	height: auto;
	position: relative;
	margin-top: -16px;
}

.rsb .col3:nth-child(3) a
{
	color: #fff;
	text-decoration: none;
	padding-top: 15px;
	font-size: 19px;
}

.rsb .col3:nth-child(3) small
{
	font-size:12px;
	display: block;
	margin: 10px 0px 0px;
}

@media only screen and (max-width: 980px) {

	.rsb .col3
	{
		padding: 16px 16px;
	}
	.rsb
	{
		border-left: 10px solid #fcc900;
	}

 .rsb .col3
	{
		display: block;
		clear: both;
		width: 100%;
	}

}