.banner {background-image: url(../images/banners/news.jpg);}



/* Main ––––––––––––––– */
.main .col 
{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #E6E6E6;
	width: 48%;
	float: left;
}

.main .col:nth-child(even) {float: right;}

.main .col:nth-last-child(2), .main .col:last-child
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.main .text
{
	padding-bottom: 74px;
	position: relative;
}

.main .text .sub-title
{
	margin: 20px 0 25px 0;
}

.main .text a.arrow_link
{
	position: absolute;
	bottom: 0;
	left: 0;
}





/*****************************************************************************************************
									Responsive
*****************************************************************************************************/

/* iPad Portrait -1px ––––––––––––––– */
@media screen and (max-width: 767px) {
.main .col {width: 100%; float: none;}
.main .col:not(:last-child) {padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #E6E6E6}
.main .text {padding-bottom: 0;}
.main .text a.arrow_link {position: relative; margin-top: 30px;}

}
/* End iPad Portrait -1px ––––––––––––––– */