/* CSS Document */
@font-face {
    font-family: 'open_sansregular';
    src: local('Open Sans'), local('OpenSans'), 
	       url('opensans-regular.woff2') format('woff2'),
           url('opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.img-partner {
   margin: 0.5em 0.5em 0.5em 0.5em;
}

div {
   margin: 10px;
}

.container {
   margin: 0 auto 100px auto;
}

section {
   font-family: 'open_sansregular', sans-serif;
   padding: 20px;
   margin: 20px 20px 20px 20px;
   box-shadow: 1px 1px 1px 1px #4682b4;
}

section:nth-of-type(1) {
   background: #ffffff;
}

section:nth-of-type(2) {
   background: #ffffff;
}


@media screen and (min-width: 700px) {
   
   section {
    width: calc(100% - 150px);
	float: left;
   }
     
   .img-partner {
   margin: 0 0.5em 0 0.5em;
   position: relative;
   }

}

@media screen and (min-width: 850px) {

   .container {
      max-width: 1000px;
	  margin: 0 auto;
   }
     
      .img-partner {
   margin: 0.5em 0 0.5em 0;
   }

}
