section {
	width: 100%;
	overflow: hidden;
}

/* - imgblock */
.imageblock img {
	width: 100%;
	height: auto;
}

/* - textblock */
.textblock {
	padding: 3rem 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.textblock .flex {
	display: flex;
	flex-wrap: wrap;
}
.textblock.notop {
	padding-top: 0;
}
.textblock.nobottom {
	padding-bottom: 0;
}

.textblock .title-img {
	display: block;
	margin: 0 auto 1.5rem;
	align-self: baseline;
	max-width: 80%;
}
.textblock .title-text {
    display: block;
    margin: 0 0 1.5rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.6rem;
    width: 100%;
}

.textblock .col {
	float: left;
	margin-right: 4%;
	position: relative;
}
.textblock .col25 {
	width: 22%;
}
.textblock .col33 {
	width: 30.666%;
}
.textblock .col50 {
	width: 48%;
}
.textblock .col3070 {
	width: 34%;
}
.textblock .col3070:nth-of-type(2n+2) {
	width: 62%;
}
.textblock .col7030 {
	width: 62%;
}
.textblock .col7030:nth-of-type(2n+2) {
	width: 34%;
}
.textblock .col100 {
	width: 100%;
	float: none;
	margin-right: 0 !important;
}
.textblock .col25:nth-of-type(4n+4),
.textblock .col33:nth-of-type(3n+3),
.textblock .col50:nth-of-type(2n+2),
.textblock .col3070:nth-of-type(2n+2),
.textblock .col7030:nth-of-type(2n+2) {
	margin-right: 0;
} 
.textblock .col25:nth-of-type(4n+5),
.textblock .col33:nth-of-type(3n+4),
.textblock .col50:nth-of-type(2n+3),
.textblock .col3070:nth-of-type(2n+3),
.textblock .col7030:nth-of-type(2n+3) {
	clear: both;
}



/**
 * MEDIA QUERIES
 */

@media all and (max-width:900px) {
	
	
	/* - textblock */
	.textblock .col25 {
		width: 48%;
	}
	.textblock .col25:nth-of-type(4n+4) {
		margin-right: 4%;
	}
	.textblock .col25:nth-of-type(2n+2) {
		margin-right: 0;
	} 
	.textblock .col25:nth-of-type(4n+5) {
		clear: none;
	}
	.textblock .col25:nth-of-type(2n+3) {
		clear: both;
	}

	
}


@media all and (max-width:768px) {
	
	/* - textblock */
	.textblock .title-img {
		margin: 0 auto 1.2rem;
	}
	.textblock .title-text {
	    margin: 0 0 1.2rem;
	    font-size: 2.2rem;
	}
	.textblock .col33 {
		width: 100%;
		margin-right: 0;
	}
	.textblock .col3070 {
		width: 48%;
	}
	.textblock .col3070:nth-of-type(2n+2) {
		width: 48%;
	}
	.textblock .col7030 {
		width: 48%;
	}
	.textblock .col7030:nth-of-type(2n+2) {
		width: 48%;
	}
	.textblock .col33:nth-of-type(3n+3) {
		margin-right: 0;
	} 
	.textblock .col33:nth-of-type(3n+4) {
		clear: none;
	}
	
}


@media all and (max-width:600px) {
	
	/* - textblock */
	.textblock .title-img {
		margin: 0 auto 1rem;
	}
	.textblock .title-text {
	    margin: 0 0 1rem;
	    font-size: 2rem;
	}
	.textblock .col {
		margin-right: 0 !important;
	}
	.textblock .col25,
	.textblock .col33,
	.textblock .col50,
	.textblock .col3070,
	.textblock .col3070:nth-of-type(2n+2),
	.textblock .col7030,
	.textblock .col7030:nth-of-type(2n+2) {
		width: 100%;
	}

}