/***** CSS Document *****/
.divider { float: left; width: 100%; }
.divider img { width: 100%; }
.divider h2 { text-align: center; font-size: 30px; margin: 0px 0px 15px 0px; }
.text { text-align: justify; padding: 20px 15px; }
@media screen and (min-width:1024px){
.text { padding: 0px; }
.divider.left .image-width60 { float: left; width: 60%; }
.divider.left .text-width60 { float: right; width: 35%; padding: 20px 2.5% 10px 2.5%; }
.divider.right .image-width60 { float: right; width: 60%; }
.divider.right .text-width60 { float: left; width: 35%; padding: 20px 2.5% 10px 2.5%; }
.divider.left .image-width65 { float: left; width: 65%; }
.divider.left .text-width65 { float: right; width: 30%; padding: 20px 2.5% 10px 2.5%; }
.divider.right .image-width65 { float: right; width: 65%; }
.divider.right .text-width65 { float: left; width: 30%; padding: 20px 2.5% 10px 2.5%; }
.divider.left .image-width70 { float: left; width: 70%; }
.divider.left .text-width70 { float: right; width: 25%; padding: 20px 2.5% 10px 2.5%; }
.divider.right .image-width70 { float: right; width: 70%; }
.divider.right .text-width70 { float: left; width: 25%; padding: 20px 2.5% 10px 2.5%; }
}