@charset "UTF-8";
/* CSS Document */

body {
  margin: 0 auto;
}
.item{
    height: 300px;
  margin-top: 0;
     margin-bottom:0;
  color: white;
  font-size: 2rem;
  font-weight: bold;
}
.owl-carousel img{
  display: block;
  width: 90%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {

.item{
  width: 150px;
    height: 150px;
  margin-top: 0px;
     margin-bottom: 10px;
  background-color: white;
  color: white;
  font-size: 2rem;
  font-weight: bold;
}


}
