/*************************
MEDIA QUERIES
*************************/


@media only screen and (max-width: 736px) and (orientation: landscape) {
 
  img { 
  max-width: 100% !important;
  height: auto !important;
  }
 #logo img {
  height: 90px !important;
  }
   .row .col-md-4 {
  margin-right: 30px;
  margin-left: 30px;
  }

}

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

 img {
  max-width: 100% !important;
  height: auto !important;
  }
  #logo img {
  height: 90px !important;
  }

  .row .col-md-4 {
  width: auto;
  margin-right: 30px;
  margin-left: 30px;
  }

}

 
