/* CSS Document */

@media only screen and (min-width:600px){
div.layout-grid {
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;   
    flex-wrap: wrap;
	justify-content: space-between;
 }

div.frame-layout-4 {
	width: 45%;
	padding: 25px 0;
	text-align: justify;
}
div.frame-layout-4 h2, div.frame-layout-4 h3 {
	text-align: center;
}

div.frame-layout-0 {
	flex-direction:column
}
	
div.frame-layout-5 img {
		border: solid #fff 1px;
		box-shadow: rgba(54,85,110,0.50) 2px 2px 4px;
	}
	
	div.frame-layout-5 figure {
		padding:5px;
	}


div.frame-layout-6 table {
		border: solid 1px rgba(6,79,159,1.00);
	}
	
div.frame-layout-6 td p {
		padding: 10px;
		margin: 0;
	}
	
div.frame-layout-6 td h1,
div.frame-layout-6 td h2 {
		text-align: center;
	}
	
	
div.layout-grid {
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

/* ### footer ### */

footer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

footer > div {
	width: 45%;
}
	
}

.owl-item {
	text-align: center;
}
.owl-item p {
	padding: 0;
	margin-block-start:0;
	font-size: 0.9rem;
}