.textColumns{
float: left;
width: 100%;
}

.textColumns.patroni img{
    max-height: 60px;
    width: auto;
}


.textColumns.patroni2 .logos img{
    max-height: 45px;
    width: auto;
}

.textColumns .oneColumn{
 float: left;
 min-height: 50px;
 padding: 0 1.5%;
 box-sizing: border-box;
 margin-bottom: 20px;
}

.textColumns .oneColumn .desc{
float: left;
width: 100%;
}

.textColumns .oneColumn .iconImg{
height: auto;
float: left;
width: 100%;
}

.textColumns .oneColumn  img{
max-width: 100%;
    height: auto;
}

.textColumns .oneColumn h2{
margin-top: 0px;
}

.textColumns .introText, .textColumns .outroText{ 
float: left;
width: 100%;
padding: 0px 1.5%;
box-sizing: border-box;
}

.textColumns .introText img{
    max-width: 100%;
    height: auto;
}
.textColumns .oneColumn.linked:hover{
opacity: 0.65;
}

.bigTitle{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background: #c0cf3b;
	text-align: center;
}

.bigTitle h2{
	margin: 20px 0px;
	font-weight: 300;
	font-size: 30pt;
    color: white !important;
}

.textColumns.mowia .oneColumn{
	text-align: center;
}



@media screen and (min-width: 1024px){
	.textColumns.single .oneColumn{
	 width: 100%;
	}
	.textColumns.double .oneColumn{
	 width: 50%;
	}
	.textColumns.triple .oneColumn{
	 width: 33.3333%;
	}
	.textColumns.quad .oneColumn{
	 width: 25%;
	}
	.textColumns.pent .oneColumn{
	 width: 20%;
	}
	.textColumns.six .oneColumn{
	 width: 16.6666666%;
	}
}

@media screen and (max-width: 1023px){
	.textColumns .oneColumn{
	 width: 100%;
	
}

